This version of Unity is unsupported.
Method group is Obsolete

PackedNativeUnityEngineObject.isManager

Obsolete 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;

Description

Is this native object an internal Unity manager object?

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.