- Home /
Do non-rendered gameobjects use memory?
Do non-rendered gameobjects use memory? For example if I have enemies gameobjects which are not currently visible because player is far away from them, do they sleep? Or their components with Updates, FixedUpdates and all other stuff are running and use memory?
If theese gameobjects which are not visible on camera actually use much memory, then what is the best way to activate/deactivate them when seen/not seen?
thanks for answer in advance
Your answer
Follow this Question
Related Questions
Performant Alternative to render texture? 1 Answer
GPU warm up 1 Answer
[Performance] RenderForwardAlpha performance issue on Android with Unity 5.3.0f4 0 Answers
How To Disable Gameobjects When Not In View, Then Enable When In View 2 Answers
Is the template containing Shader Graph heavy on performance? 0 Answers