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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Add comment