Search Issue Tracker
Fixed in 2017.2.X
Votes
5
Found in
5.4.0f3
Issue ID
821185
Regression
Yes
[AnimationWindow] cannot set keyframes with negative angle by editor script
How to reproduce:
1. Open the attached project
2. Open 1.unity scene
3. Select cube
4. Open animation view and move to 0:30 position (ensure recording on)
5. In the inspector of cube, under the Test script, set angles to <0,0,-30> and click the "Set" button
6. You can see a new keyframe created of <0,0,-30>, but if you drag in the AnimiationWindow, the keyframe will snap to be <0,0,330>;
Not reproducible: 5.4.0f2
FIX: new API call Set and Get Inspector Rotation allow user to set and get rotation as how it is displayed in Transform Inspector Windows. aka: euler representation is kept.
Comments (1)
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
- SystemInfo.get_graphicsDeviceName() is generating garbage GC Alloc when using Metal graphics API
- Crash on D3D12CommonShader::ApplyGpuProgram when attaching material which samples "_UnityFBInput0" to "Full Screen Pass Renderer Feature" Component
- SpeedTree meshes and objects count differs when comparing the numbers in the Player with the Editor
- Model and Prefab Preview icons are not updated after upgrading associated Materials to URP
- Game view is rendered white when viewing the Editor with HDR display and Post Proccesing is enabled on the Main Camera with 2D URP
TMPxyz
Feb 13, 2017 10:12
The original workaround no longer works, check the video:
https://youtu.be/GAHUJCwsW6k
Could Unity consider promote the priority for this issue?