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
- ACES Tonemapping causes banding artifacts and negative values in ColorGradingLUT when HDR is enabled and "High Dynamic Range" Grading mode is selected while Android Platform is used
- Android Player freezes when an Audio Source is playing and an incoming call is picked up and then hung up and the Audio Source is started again
- Green success icon is poorly visible in the light Unity theme
- Incorrect input into the Input Field when using Microsoft IME Japanese
- Multiplayer role "ClientAndServer" is displayed without the spaces in the "Play Mode Scenarios" window
Add comment