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
- [URP] Crash on GameObject::QueryComponentByType when baking a Reflection Probe in an unsaved/untitled Scene
- No Icons are used for the Entry and Exit States in the Inspector when selected in an Animator Controller
- Crash on PlayerMain(int, char const**) when exiting Standalone Player with a Particle System in the Scene
- No Icon is used for the Runtime Animator Controller Type in a Search Window when assigning an Animator Controller in the Animator Component
- Unity Version Control server textfield’s text overlaps with the dropdown triangle button in the Explore repositories window when an organization with a long name is selected
Add comment