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
- Required SpriteMask class (ID 331) is stripped when "Strip Engine Code" is enabled
- “Maximized serialized file backup not found” error is thrown when minimizing a window in a newly opened project
- Build stack trace contains invalid lines when building with IL2CPP using scripts with delegates containing generic types in the signature
- Entities Systems window has a “Show Full Player Loop” dropdown which does nothing when clicked after enabling “Show Full Player Loop”
- Entities Hierarchy Search “Show/Hide” button’s Lens Icon is blurry when the Editor is on an external monitor
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.