- Home /
Question by
piojo · Feb 14, 2012 at 10:04 AM ·
gameobjectmemory
How much memory does a GameObject consume? (iOS)
I'd like to use GameObjects for organization and grouping (among other purposes, to store components/scripts that don't really "belong" to any specific GameObject, but need to be linked into many scripts).
I shouldn't do this if a GameObject consumes a lot of memory. How much memory is needed by a GameObject that contains a small MonoBehaviour component? (I could try to count the fields and make an estimate, but I don't know c# well enough to do this correctly.)
Comment
Answer by Linus · Jul 07, 2012 at 12:57 AM
A game object by itself takes close to nothing of your memmory
Your answer
