Example #1
0
 private void Awake()
 {
     Instance = this;
     animator = GetComponent <Animator>();
     sun.Play();
 }
 void Start()
 {
     manager = GameObject.Find("Level1Manager").GetComponent <LevelOneManager>();
 }