Documentation

Unity Engine


User Manual

Script Reference

Unity Engine


isManager

Is this native object an internal Unity manager object?
Read time 1 minuteLast updated 5 days ago

Definition

Warning
Deprecated. This API is outdated and will be removed. Please check out the Memory Profiler Package (https://docs.unity3d.com/Packages/com.unity.memoryprofiler@latest/)
public bool isManager { get; }

Remarks

Unity has several global manager objects that will never be unloaded, and that can keep other objects alive. This property describes if this is such a global manager object.