void OnEnable()
 {
     m_Singleton = this;
     getController();
 }
 void Awake()
 {
     m_Singleton = this;
     getController();
 }