void Awake() { cutScene = GameObject.FindObjectOfType <CutScene>(); texts = GameObject.FindObjectOfType <TextsController>(); state = GameState.LOADING_GAMEPLAY; ConnectionUtils.Instance.HideBanner(); }
void Awake() { game = GameObject.FindObjectOfType <GamePlayController>(); texts = GameObject.FindObjectOfType <TextsController>(); }