Hello!
I am working on my first game. A 2D game for iOS where you explore the world by swiping it sideways. The world is made up of a bunch of hills side by side. These hills have different objects on them, like trees, flowers, buildings and such.
It used to run at 60 FPS on iPad mini 1st gen. But as we have added a lot of sprites and other game objects the frame rate has dropped considerably. We have around 2500 game objects in the scene right now and would like to add a lot more details...
Culling kills performance
I am working on my first game. A 2D game for iOS where you explore the world by swiping it sideways. The world is made up of a bunch of hills side by side. These hills have different objects on them, like trees, flowers, buildings and such.
It used to run at 60 FPS on iPad mini 1st gen. But as we have added a lot of sprites and other game objects the frame rate has dropped considerably. We have around 2500 game objects in the scene right now and would like to add a lot more details...
Culling kills performance