Search Issue Tracker
Fixed in 5.6.0
Votes
0
Found in
Issue ID
853292
Regression
No
[Anim] wrong default Transition Duration with empty states or blendshape clips
When creating a Transition between 2 states, the default Duration is 0.25
This works fine on clips with animation on the transforms, but defaults to an incorrect value of 0.1 when the State does not contain a clip (empty state) or contains a single key on a blendshape, for example.
repro1 (empty state):
-create an Animator Controller
-create two new empty states (Create State > Empty)
-create a Transition between the two states (RMB-click the first State > Make Transition, click the second State)
-select the Transition (line between the two States)
-expand Setting in the Inspector...
Bug: Transition Duration = 0.1
Expected result: Transition Duration = 0.25
repro2 (blendshape clips):
-Import attached package (or any animation clips with only one blendshape key)
-create an Animator Controller and add two of the FaceClips
-create a Transition between the two clips
-select the Transition (line between the two States)
-expand Setting in the Inspector...
Bug: Transition Duration = 0.1
Expected result: Transition Duration = 0.25
found in all versions.
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Containers' height doesn't expand when text wraps
- Variable is set to a different value from the selected enum value in the Editor dropdown
- TreeView Child display toggle styling becomes reversed when clicking and dragging it
- Null is returned when using FocusOutEvent.relatedTarget
- Unity_BaseInstanceID is always zero when rendering multiple meshes and instancing with the same buffer
Add comment