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
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment