Search Issue Tracker
Fixed in 2018.2.X
Votes
0
Found in
2018.1.0a4
2018.1.0b4
Issue ID
759025
Regression
Yes
Tanks Tutorial requires "Axis" to be set again.
This is still happening in 2018.1.0a5
Repo
1. Open 2018.1.0a5
2. Head to the Asset Store and download Tanks! Example project
3. Run the _Complete-Game scene found under Assets
4. Try to move the tanks using W,S,A,D
Notice issue >> Tanks do not move console is spammed with errors.
ArgumentException: Input Axis HorizontalUI is not setup.
To change the input settings use: Edit > project settings > input.
*Note :
Works fine in 2018.1.a3.
Stack Trace:
ArgumentException: Input Axis HorizontalUI is not setup.
To change the input settings use: Edit -> Project Settings -> Input
UnityEngine.EventSystems.BaseInput.GetAxisRaw (System.String axisName) (at /Users/builduser/buildslave/unity/build/Extensions/guisystem/UnityEngine.UI/EventSystem/InputModules/BaseInput.cs:69)
UnityEngine.EventSystems.StandaloneInputModule.ShouldActivateModule () (at /Users/builduser/buildslave/unity/build/Extensions/guisystem/UnityEngine.UI/EventSystem/InputModules/StandaloneInputModule.cs:161)
UnityEngine.EventSystems.EventSystem.Update () (at /Users/builduser/buildslave/unity/build/Extensions/guisystem/UnityEngine.UI/EventSystem/EventSystem.cs:267)
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- There is no way to adjust the HDR Paper White value of the Unity Editor's interface, making it difficult/uncomfortable for some developers to work on very dark/bright scenes in HDR
- Animator window has a dropdown button that throws “MissingReferenceException” error on a new project when the previous project had a GameObject with an animation
- Animator State name overflows outside the visual box when the State has a long name
- UI Document file remains marked as Dirty after Undoing made changes
- Switching between UI Documents with different Canvas sizes marks the UXML file as dirty
Add comment