- Home /
Input Axis Vertical is not set up?
I am new to unity and was using a tutorial on making 2d platformers. All was going well until this popped up: UnityException: Input Axis Veritcal is not setup. To change the input settings use: Edit -> Project Settings -> Input playerControls.Update () (at Assets/2D Mario Assets/Scripts/playerControls.js:66)
Im not sure what it means but I did go into the Input settings and I changed it to use the up and arrow keys for positive and negative buttons, but it still doesn't seem to register the inputs.
Im trying to get the character to jump with the up button, but it only goes up while pressing the left or right arrow keys.
Why is this happening and how can I solve it?
Your answer
Follow this Question
Related Questions
How to jump in 2D? 1 Answer
Trying to script "Beyond Oasis"-style crouch and jump 1 Answer
3d platformer collider issues 0 Answers
How do i achieve a rounded jump arc? 1 Answer