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
- Terrain Tree cast Realtime and Baked shadows simultaneously when "Mixed" Light mode and "Subtractive" Baked Illumination is used in Edit mode
- OnPostprocessAllAssets() is not called for a modified Prefab when another Asset is set Dirty in the same callback
- [Android] UIToolkit ClickEvent is fired when the device is rotated
- Compilation errors occur when "uintBitsToFloat(int)" gets used in OpenGLES
- User Reporting does not send reports when Managed Stripping Level is set to Low or higher
Add comment