Search Issue Tracker
By Design
Votes
0
Found in
2019.2.3f1
Issue ID
1180680
Regression
No
"Input Axis Axis 1 is not setup" errors pop up when calling Input.GetAxis(stick.X_Axis_Name)
How to reproduce:
1. Open attached Unity project
2. Play InputDeviceTester scene
3. Select Xbox under Devices dropdown
Errors appear: ArgumentException: Input Axis Axis 1 is not setup.
Reproduced with: 2019.2.7f2, 2019.3.0b5, 2020.1.0a6.
Note: Can't test on 2017.4 and 2018.4 because of errors.
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Linux] Crash on ModalProgressBackendLinux::Clear when Domain Reload progress bar appears
- Duplicating the Properties in the VFX Graph Blackboard pastes them on the top of the list instead below the original Property
- Package Manager lets some packages to be imported when everything in the package is deselected while other packages have the “Import” button greyed out
- The Blackboard scrolls up and selecting Items breaks when Duplicating Items in a scrolled down List
- "Curve" window workspace doesn't update the scale to match the selected curve preset unless reopened
Resolution Note:
the InputDeviceTester visualizes input from both the old and new Input Systems. Now, for the old input system you need to correct setup in your Input Manager settings. As is documented in the Readme file for the sample, you should copy the InputManager.asset file into your project settings: https://github.com/Unity-Technologies/InputSystem/blob/aa36bb01336a7c7f74355377f6f84c3be0a59f86/Assets/Samples/InputDeviceTester/Readme.md
So, this is expected, and "by design". However, we realize that this is a bad and confusing design, so in future releases, we will distribute this sample as a .unitypackage file, which will then automatically import the settings (like we already do for some other samples for similar reasons).