Search Issue Tracker
Fixed in 2017.3.0f3
Votes
0
Found in
5.6.1p1
Issue ID
920470
Regression
No
Different animation pops in when enabling and disabling an animation parameter
Repro steps:
1. Open "AnimationBug" project
2. Enter Play mode
3. Look at the animation transitions
Expected result: The animations should go as the user defined
Actual result: One of the animations pops in for a frame while transitioning between animations
Reproduced with: 2017.2.0a3, 2017.1.0b9, 5.6.1p4, 5.6.1p1, 5.6.0f3, 5.5.4f1,
Did not reproduce on: 5.4.5p3 (Project doesn't work/crashes)
Fixed on: 2017.3.0a5
Note:
The animation transitions are changed in the "AnimatorTest.cs" script
The bug only happens when the animation change is instant,but if you call "WaitForSeconds" it goes as expected
A "workaround" is to change line 90 to "yield return new WaitForSeconds(0.8f * Time.timeScale);"
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Foldout arrow indent is misaligned in the Inspector when used in Custom Type
- [Android] The Player screen turns black when playing a video under certain conditions
- Search window icons at the bottom are cut off when Search window is resized vertically
- "Try something else?" text label is cut off when searching for a long text in the Search window
- Rendering Debugger window sections do not have a minimum width set when resizing with the slider in the middle of the window
Add comment