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
- Crash on JobQueue::HasJobGroupIDCompleted when closing the Editor while in Play mode on a specific project
- In "Preferences" section the “SpriteShape” menu item, the details page title “SpriteShape”, and “ControlPoint” entries are displayed as code strings rather than formatted UI strings
- Errors thrown constantly when Virtual Offset Debug is enabled and lighting was baked on AMD machine
- Persistent Memory Leak when reloading domain and using Distance-based Ghost Importance
- HDRP project doesn't render in standalone player when using High stripping
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).