Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.4.0f1
2018.4.0f1
2019.2.0a1
2019.2.13f1
2019.3.0a1
2020.1.0a1
Issue ID
1201112
Regression
No
Object snaps to four axes when it moves based on joystick input
Repro steps:
1. Open the attached project "case-1201112_repro.zip"
2. Open Assets > Scenes > SampleScene
3. Plug in a controller with a joystick
4. Enter Play Mode
5. Slowly rotate the left joystick
Expected results: the object, following joystick's movements, moves in a circle
Actual results: joystick snaps to -1 and 1 both vertically and horizontally
Reproducible with: 2017.4.0f1, 2017.4.35f1, 2018.4.0f1, 2018.4.15f1, 2019.2.0a1, 2019.2.17f1, 2019.3.0a1, 2019.3.0f4, 2020.1.0a1, 2020.1.0a18
Notes:
*Tested with Xbox One and Nintendo Switch controllers
*Dead zones are set to 0, Sensitivity is set to 1, Snap is disabled
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
- EditorGUILayout.PropertyField foldout icon inside Vertical Layout Group has an incorrect indent when used with OnInspectorGUI()
- [Android] [iOS] "NullReferenceException: Object reference not set to an instance of an object" throws when entering the Play Mode/opening the application
- The Player freezes on load when building Web platform
- Animator "Conditions" tab breaks when the only Parameter is deleted and another one is created
- "Shader error in 'Universal Render Pipeline/Lit': maximum ps_5_0 sampler register index (16) exceeded" error thrown after a build is completed when the "LOD Cross Fade" parameter is enabled
Resolution Note:
The Input package includes a sample on how you can implement this behaviour. The Visualizers sample, InputControlVisualizer script, based on which the joystick moves in a circle instead of snapping to the four axes.