can we use very large map of tilemap without difference performance than tilemap
loads dynamically according to the camera ?
For tilemap render and collision (and platform android or pc)?
Develop games in your browser. Powerful, performant & highly capable.
Yes, large tilemaps are optimized: the tilemap is internally split in to chunks and only nearby chunks are processed for both rendering and collision detection. You could make a test project to check the performance.