Ejemplo n.º 1
0
 void Awake()
 {
     MARK_CHARCONTROLLER = GetComponent("CharacterController") as CharacterController;
     INSTANCE = this;
 }
Ejemplo n.º 2
0
    public static CharacterController MARK_CHARCONTROLLER;                                                                      //Markのコントローラーを実例する

    #endregion


    #region Function

    void Awake()
    {
        MARK_CHARCONTROLLER = GetComponent("CharacterController") as CharacterController;
        INSTANCE            = this;
    }