UI매니저 기본 기능 구현
This commit is contained in:
@@ -21,9 +21,7 @@ public class PlayerController : MonoBehaviour
|
||||
// Managers.Resource.Instantiate("UI/UI_Button");
|
||||
|
||||
// TEMP
|
||||
UI_Button ui = Managers.UI.ShowPopupUI<UI_Button>();
|
||||
|
||||
Managers.UI.ClosePopupUI(ui);
|
||||
Managers.UI.ShowPopupUI<UI_Button>();
|
||||
}
|
||||
|
||||
public enum PlayerState
|
||||
|
||||
Reference in New Issue
Block a user