- Home /
Does Unity iPhone consider hidden game objects/polys in it's runtime poly counts?
Hi Everyone,
If you have objects hidden/deactivated in the hierarchy view, are they still considered there at runtime? or does the engine completely ignore something that's been deactivated?
I've heard from some that it doesn't matter whether or not it's activate - it's always considered "there" and polys are counted.
I've also heard the opposite, that if it's deactivated, then the object and/or polys don't exist at build or runtime.
It may seem obvious to some. Just hoping for some absolute clarification.
Thank you,
-Seth
Answer by Eric5h5 · Jun 07, 2010 at 04:23 AM
Polys not rendered are absolutely not counted. You can see this for yourself by turning the stats on, then activating/deactivating something in view of the game camera.
And start ignoring those people who give you blatantly wrong information that could so easily be disproved, as Eric5h5 points out.
Your answer
Follow this Question
Related Questions
What happens to the code of the Start/Awake function when I deactivate a gameobject? 1 Answer
Why does the Unity HingeJoint2D not work when enabled during play? 0 Answers
Activating things- What on earth am I doing wrong??? 2 Answers
Activating/Deactivating GameObject Problem :( 3 Answers
Deactivating and Activating a group and all it's children? 1 Answer