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
- Out-of-bounds memory access with multiple CanvasRenderers under a Canvas when using Mesh API
- Inspector tries to access file after it was deleted when the file was locked in Inspector window
- Changing Transform values in Search window Inspector loses focus while dragging and stopping mouse without releasing dragging action
- Saving changes on the dirty VFX Graph during the Play mode throws "The referenced script (Unknown) on this Behaviour is missing!" warnings
- VFX Graph Debug Info overlaps the "Initialize" block debug info by default
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.