Search Issue Tracker
Fixed in 2017.3.0f3
Fixed in 5.6.X, 2017.1.X
Votes
1
Found in
5.6.1f1
Issue ID
920973
Regression
No
C# script properties are not blended during animation transitions when clips are runtime changed on an OverrideController
C# script properties are not blended during animation transitions when clips are runtime changed on an OverrideController
To reproduce:
1. Download attached project "PlaygroundRepro.zip" and open in Unity
2. Open "Playground" Scene
3. Open the Playground control (Window->Playground Control)
4. Enter Play Mode
5. Click "Create Female Avatar"
6. Click on the eighth button along the top of the Playground Control window called "Animations" in the Playground control window (between Emotes and Precanned Avatars)
7. Select/Click on "Avatar 1" underneath the Create Male/Female Avatar buttons. A bunch of buttons with various names appear in the middle of the Playground Control window.
8. Click on the Cheer button (fourth from the bottom, in the rightmost column).
Expected Result: The avatar will play the Cheer animation, and then at the end, the legs do not float up and snap back down
Actual Result: The avatar will play the Cheer animation, and then at the end, the legs will start to float up before snapping back down. In Scene view (or on the Avatar 1 object in the hierarchy) you can see that the IK weighting is at 0 until the end of the transition, where it is suddenly set to 1, and the IK starts solving again. Instead, the IK weight values should blend between 0 and 1 during the animation transition.
Reproduced on Unity 5.6.1p4, 2017.1.0b10 and 2017.2.0a4
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- "IndexOutOfRangeException" and "NullReferenceException" are thrown and Element disappears from UI Builder when undoing rename of element in "Open Instance in Context" menu
- Select Scriptable Object window freezes and becomes unresponsive when currently opened UXML Template is selected for binding's Data Source
- [Linux] “ReleaseButton expects buttonId >= 0” error is thrown when importing Assets via drag and drop
- Asset gets unselected and added Subgraphs list item is not undone when performing Undo in Heatmap with Default Values asset Inspector
- Black square “shadow” artifacts visible when using Screen Space Reflections without maximum smoothing
Add comment