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
- Memory leak when a lot of UI elements are spawned and despawned
- Warnings are not logged in the Console window when using external code analyzers
- Errors “TLS Allocator ALLOC_TEMP_TLS, underlying allocator ALLOC_TEMP_MAIN has unfreed allocations, size 288“ appear constantly when Prefab is open
- Crash on PPtr<Shader>::operator or NullException errors spammed in console when calling Dispose() on null GraphicsBuffer with baked Reflection Probes
- “EndRenderPass: Not inside a Renderpass” and other Render Graph errors in the Player when Render Graph is enabled and Overlay UI is used
Add comment