void Start() { Controller = GetComponent <CharacterController>(); PlayerAnimator = GetComponent <Animator>(); InputDev = InputDevice.GetInstance(); }