void OnEnable() { if (manager == null || instancedMesh == IntPtr.Zero) { return; } manager.EnableInstancedMesh(instancedMesh); }