- Home /
Game Pad Joystick not working!
I was watching this video: https://www.youtube.com/watch?v=p-3S73MaDP8 These two errors keep popping up:
InvalidOperationException while executing 'performed' callbacks of 'Gameplay/Move[/XInputControllerWindows/leftStick/down]' Unity Engine.InputSystem.LowLevel.NativeInputRuntime/<>c_DisplayClass7_0:<set_onUpdate>b_0(UnityEngineInternal.Input.NativeInputUpdateType) ... etc
and:
InvalidOperationException: Cannot read value of type 'Vector 2' from control '/XInputControllerWindows/leftStick/down' bound to action 'Gameplay/Move[/XInputControllerWindows/leftStick/down]' (control is a ButtonControl with value type 'float') ... etc
Answer by unity_7E31A36D917A5FDD2212 · Jun 07, 2021 at 04:31 PM
For those who might have had the same problem as me, I just now deleted all the code and instead of following the Brackeys video, I followed a video by somebody called samyam on youtube and my problem was fixed. I hope this helps anyone!
Answer by unity_7E31A36D917A5FDD2212 · Jun 02, 2021 at 02:47 PM
Note: I'm using a wireless Logitech game controller
Your answer
Follow this Question
Related Questions
The name 'Joystick' does not denote a valid type ('not found') 2 Answers
How to make the top of character controller( 3D) hitting a roof edge not make my character stutter? 1 Answer
Hello Im making a Game for mobile and want two floating joysticks one on either side of the screen. 0 Answers