Search Issue Tracker
Fixed
Fixed in 2022.3.59f1
Votes
1
Found in
2022.3.57f1
Issue ID
UUM-79513
Regression
No
Animation rotation degrees get converted to radians and treated like degrees when Update Mode is set to Animate Physics
How to reproduce:
1. Open the “IN-83540-2021” project
2. Open the “SampleScene”
3. Select the Square GameObject
4. Open the Animator Window
5. Play the Animation
6. Observe the Animation
7. In the “Square” GameObjects Inspector Window set the “Update Mode” to “Animate Physics”
8. Enter Play Mode
9. Observe the Animation in the Game View
Expected result: The “Square” GameObject turns to 45 degrees on the Z Axis
Actual result: The “Square” GameObject turns to 0.785398 degrees on the Z Axis (45 degrees converted to radians)
Reproducible in: 2021.3.43f1, 2022.3.45f1 2023.3.0a4
Not reproducible in: 6000.0.18f1
Fixed in: 2023.3.0a5
Reproducible on: Windows 11
Not reproducible on: No other environment tested
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 ResizeScriptingList<ScriptingObjectPtr> when passing an undeclared variable to the results parameter for GameObject.FindGameObjectsWithTag
- [Android] "Screen.safeArea.y" always returns values outside of the Safe Area when the device is in Portrait orientation
- Frame spike due to many TreeRenderer.TreeUpdated calls when repositioning terrains in large Scenes
- Crash on GameObject::RemoveComponentFromGameObjectInternal when reparenting Text GameObjects
- [IL2CPP-GarbageCollector] Changing GCMode might permanently disable GC in a multithreaded context
Add comment