コード例 #1
0
    void Awake()
    {
        s_Instance = this;

        ChangeState(UICreatorState.BaseCharacter);
    }
コード例 #2
0
 private void Awake()
 {
     UICreatorManager.AddUIComponent(this);
     gameObject.SetActive(InitAtStart);
 }