void Awake() { keyDevice_ = gameObject.AddComponent <KeyDeviceManager>(); playerControllerCustom_ = gameObject.AddComponent <XboxControllerCustom>(); }