some where on this forum theres a post talking about infinite terrains, how does that work?? how does it not have a huge performance impact, and how do i do it??
does the prefabs and textures and all the standard assets that are in my project( not my scene) that i dont use effect performance?? and if it does how much
i really like the way basic outline toon shader looks, but why does it have such a big performance hit?? with just basic toon shader my FPS in a simple scene is 100, with basic outline it drops to 60
It’s drawing the mesh twice, so it’s almost the same as doubling the object count. Now, depending on your scene setup, hardware and whatnot, this might be a problem.
…and of course, do not measure performance in the editor. If it drops from 100FPS to 60FPS in the editor, that’s nothing. Measure with a standalone player.
Definately test everything in a standalone player.
In editor, my fps can drop on my projects to under 57.
In a standalone player, that same scene is over 180.
Editor has all the debug data with it.