public void Awake() { // make inializations screenManager.Initialize(); levelController.Initialize(); poolingController.Initialize(); currentLetter = null; }
public void Initialize() { if (Manager == null) { Manager = this; // DontDestroyOnLoad(this.gameObject); } else { Destroy(this.gameObject); } poolingController.Initialize(); }