Hi,
i try to move many planes (with a mesh renderer and a rigid body).
But my fps drop to 2-3 when all start moving.
Up to 100 objects is fine, but after that it starts to lag.
(Background: Spaceships moving from one planet to antoher).
I already pool the objects,so they are instaciated with the start of the game, so this is not the bottleneck.
Acutally i sent 900 ships but my draw calls go up to 2500!
Help is really appreciated.