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