private void Awake() { if (Instance == null) { Instance = this; } }
public UiControllerFactory(MainCanvas root, DiContainer container, T prefab) { _root = root; _container = container; _prefab = prefab; }