Example #1
0
 void Start()
 {
     player         = FindObjectOfType <Player>();
     camera         = FindObjectOfType <CameraMove>();
     Scene          = FindObjectOfType <CutSceneManager>();
     meteor         = GetComponent <MeteorManager>();
     thorn          = GetComponent <ThornManager>();
     finalMoon      = GetComponent <FinalMoon>();
     bossAniManager = GetComponent <BossAniManager>();
     Audio          = FindObjectOfType <AudioManager>();
     Invoke("Complete", 2.0f);
 }
Example #2
0
 private void Start()
 {
     _thornScale  = this.transform.localScale;
     thornManager = ThornManager.Instance;
 }
Example #3
0
 private void Awake()
 {
     _instance = this;
 }