TomFiveThumbs Posted June 2, 2014 Share Posted June 2, 2014 Hi all, I'm loading in my tiles with the TileMap.createLayer method, and loading in game world objects with the TileMap.createFromObjects method. It seems that createFromObjects has an autocull parameter, but createLayer does not. I'd like to cull everything outside the camera limits as the world I've built is rather large, and it's showing slowdown on mobile devices. So I'm trying to squeeze every bit of optimisation I can out of this thing. Is there another way to cull the tiles in my TileMapLayer object? Link to comment Share on other sites More sharing options...
TomFiveThumbs Posted June 3, 2014 Author Share Posted June 3, 2014 I switched out the layer type so I could use .createLayer, made it run a bit better. Link to comment Share on other sites More sharing options...
Recommended Posts