Search Issue Tracker
Won't Fix
Votes
0
Found in
5.3.0f4
Issue ID
754624
Regression
No
CurrentAnimatorClipInfo Weight value doesn't decrease if a Clip is not configured for Animator's state transition target
How to reproduce:
1. Open the attached project "AnimationWeight754624.zip"
2. Open and Play Test scene
3. The game should pause itself when state transitions
4. The property of CurrentAnimatorState, CurrentAnimatorClip,
NextAnimatorState, and NextAnimatorClip shown in the inspector should
update as you step through
5. Check that the CurrentAnimatorClip's weight is 1, and does not decrease
when transitioned to the Empty state.
6. You can check console it prints current animation clip's weight as well. You will see only 1
To get the correct behavior:
1. Open Animator Controller
2. Select Empty state and add motion (SecondAnimationClip)
3. Repeat 2-4 steps from above
4. Notice that weight value printed to console decreases
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Mouse input is registered incorrectly in Custom RP when downscaling Render Target and rendering Overlay UI before final upscale
- Time.deltaTime is locked to the display's refresh rate when the built Player is moved to a Secondary Display and Windowed Mode is used
- Crash on RaiseException when importing a specific asset
- Crash on RaiseException when opening a specific project
- DownloadHandlerScript.CompleteContent is called twice when building for WebGL
Add comment