Hello,
I am creating 2d Platformer and I want to have a lot of trees, mushrooms, leafs etc on Level.
Is it ok to put them as normal Sprites? Can Scale them ? Or it will cause a lot of perofrmance lose?
I already use system that enables some part of the stage and disables previous one, so not so many gameObjects be enabled.