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
- Sprite shadows are not rendered when the light source is placed near the sprite
- Multiple Video Players are not playing simultaneously when played in WebGL
- "Rename Prefab File?" window does not pop up when renaming Prefab in the Project window
- [Linux] Crash on MenuController::ExecuteMenuItem when selecting recent scene
- Warnings appearing in the Console window when creating a new URP 3D Sample project
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.