- Home /
How can I make a large 2d tile map into mesh for easier rendering
I made a large 2d tile map and it is making it so the device running the game is having a pretty hard time rendering it at a good frame rate. I read the best way to deal with this is by writing a script to turn the tile map into a mesh using a so called "mesh class" which will then enable easier rendering. I cannot figure out how to do this with a 2d tile map, could anyone point me in the right direction?
Answer by Cookie966 · Dec 31, 2016 at 11:01 PM
This tilemap editor on the asset store does exactly that. It's $35 but my team bought it and its fantastic. And after taking a look at his code, you might spend a few months/years making this system alone, so it is definitely worth the money.
Your answer
Follow this Question
Related Questions
Is tilemap renderer sorting done by camera y position? 0 Answers
Close meshes render in 2D, but not 3D 0 Answers
tilemap 2d rendering on Y plane 0 Answers
Masking a MeshRenderer 0 Answers
Unity how to detect tiles in Mesh? 0 Answers