I read this thread but I it is quite old and I am not sure if this is still how Unity works: gameObject.SetActive (false); stored in memory? - Questions & Answers - Unity Discussions
If I declare a game object variable and set it to a big prefab object called characterB. And then call the function characterB.SetActive(false), what happens… More specifically, if I had an array of 10 of those objects. What happens in Memory?
Does Unity store the entire objects of my complicated character meshes with multiple meshes, bones, textures, materials, animators, avatars, etc, all in memory, or just a reference to the address where to access it if I decide to set it active later?