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
- Fixed Timestep setting gets resets to default when upgrading project
- Console displays "NullReferenceException: Object reference not set to an instance of an object." during Editor Theme change
- Editor interface has low contrast when any theme is used
- Crash on vkNegotiateLoaderLayerInterfaceVersion when rendering a specific particle system with an Emission Rate over Time of 35 or more using Vulkan
- Crashes without Stacktrace when opening Scene
Add comment