public void Init() { if (UiDataController != null) { UiDataController.gameObject.SetActive(true); UiDataController.Init(); } if (DialogController != null) { DialogController.gameObject.SetActive(true); DialogController.ShowDialog(false); } LoadingController.TransitionOverlay(show: true, instant: false); }