Example #1
0
 private void Awake()
 {
     InputMapping.instance             = this;
     ReInput.ControllerConnectedEvent += new Action <ControllerStatusChangedEventArgs>(this.OnControllerConnectedEvent);
     InputMapping.InitControllers();
 }
Example #2
0
 private void Awake()
 {
     InputMapping.instance             = this;
     ReInput.ControllerConnectedEvent += this.OnControllerConnectedEvent;
     InputMapping.InitControllers();
 }