Esempio n. 1
0
        protected override void OnEnable()
        {
            Debug.Assert(Instance == null);
            Instance = this;

            base.OnEnable();
        }
Esempio n. 2
0
 static void InitStatics()
 {
     // Init here from 2019.3 onwards
     Instance = null;
 }
Esempio n. 3
0
        protected override void OnDisable()
        {
            Instance = null;

            base.OnDisable();
        }
Esempio n. 4
0
        protected override void OnEnable()
        {
            Instance = this;

            base.OnEnable();
        }