void Awake()
 {
     instance = this;
     controller = GetComponent("CharacterController") as CharacterController;
 }
 void Awake()
 {
     instance   = this;
     controller = GetComponent("CharacterController") as CharacterController;
 }