//Making the Game Manager script accessible (Taro Dev Code) public static GameManager = instance; void Awake(){ instance = this; }