Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.4.0f1
2018.2.19f1
2018.3.0a1
2019.1.0a1
Issue ID
1109174
Regression
No
Changing the CullingMode of a running animation's Animator to Always Animate unlocks transform options
How to reproduce:
1. Open the user-submitted project ("AnimatorBugCheckTest.zip")
2. Expand the "player_01" and find the "SKLk_C_SpineA" object
3. Enter Play Mode and change "SKLk_C_SpineA" object's X rotation to 80
4. Observe that the rotation resets to 23.042
5. Click on the "player_01" and change the Culling mode to "Always Animate"
6. Try changing the "SKLk_C_SpineA" object's X rotation to 80 again
Expected result: The rotation resets to 23.042
Actual result: The rotation is changed to 80
Reproduced in: 2019.1.0a13, 2018.3.2f1, 2017.4.18f1
Note: For all culling modes, If the value is set to a high one such as 300 the value gets reset to 383.042 instead
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note:
383 and 23 are functionally the same angle. When the angle gets set from the quaternion in the Animation (23), the UI will reflect the closest Euler angle to the angle that was previously there, on a multiple of 360 degrees (23, 383, 743). When you change the angle to 300 degrees, the closest angle then becomes 383. This has no impact on the actual angle of the object.