Search Issue Tracker
Fixed
Votes
0
Found in
5.5.2p4
Issue ID
934671
Regression
No
The parameter in animator was reset when the animation clips are replaced using an AnimatorControllerOverride in 5.5
Steps to reproduce:
1. Open the attached project
2. Open the scene.unity
3. Play the scene
4. See the output in console:
Before set@Start --->1
Before set@Start --->20
After Override@Start --->20
After Override AnimationClip@Start --->0 (this should be 20)
Actual result: StateMachine was reseted
Expected result: Overriding a clip in an override controller should not reset the StateMachine
Reproduced with: 5.5.4p2, 5.6.0a1
Not reproduced with: 5.6.0a2, 5.6.2p4, 2017.1.0p1, 2017.2.0b4, 2017.3.0a1
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Selecting a Material for HDRP Decal Projector in the Inspector window spams errors in the Console
- Expanded Asset Preview Box moves/hides when creating new Asset in Project window
- Player crashes on Meta Quest with "/apex/com.android/runtime/lib64/bionic/libc.so" when using OpenXR Plugin in a specific project
- The Editor's Help menu still lists an old/retired website - "Unity Forum"
- Baked GI loaded by LoadScene call with Additive mode is not cleaned up when unloading the Scene
Add comment