I have made a big TiledMap with Tiled tool. The map is 50x500 tiles. Each tile is 48x48 pixel. I use "Camera" technique to follow the player on the map. However I can see only 70% of tiles. Other tiles on the map appears black. Is the number of tiles rendered by Cocos Creator limited? Do I need to split the map into multiple parts?
Thanks