예제 #1
0
        private void Awake()
        {
            Assert.IsTrue(Instance == null, "[TweenRunner] TweenRunner is a singleton");

            Instance = this;

            Tween.Initialize(_tweenConfigs);
        }
예제 #2
0
 private void OnDestroy()
 {
     Instance = null;
 }