The game has objects with physics, many of them that will be collected and used throughout the game.
Thinking about performance is it better to place all objects on the map or spawn them in as the player approaches and delete them as the player leaves?
for the latter i would of course use a pooling system.
anyone done any stress tests or have experience of this kind of thing?