- Home /
Performance with a 250x250 grid
I am working on a 2D Building game with a grid. Currently in my grid i have 250x250 "Nodes" which is 62500 nodes in total. Each one of those nodes has a sprite renderer and zoomed out all the way i have around 12fps. Each node has a small script in it too but no update function in it.
Generally speaking when playing the game one would'nt be zoomed out all the way. However is there a better way i can optimize the performance of such thing as this. Each node in the grid would need to be changable so you can change the floor type.
Your answer
Follow this Question
Related Questions
How would I fix this DrawMeshInstancedIndirect and Translucent object problem? 0 Answers
[Mobile]Skinned mesh issues in perfrmance,Hi, 0 Answers
Performance Optimatation Mobile Objects not Batching 0 Answers
Used Textures stat.. what exactly does that mean ? 0 Answers
slow rendering and frozen frames in unity 2019.4.16f 3 Answers