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
- [Silicon] Crash with multiple StackTraces when entering Play Mode in a project with corrupted FBX files
- Index Out Of Range exception when trying to use Rendering Layer Override in Probe Adjustment Volume without a mask defined in lighting settings
- [Android] [Vulkan] [WebCamTexture] "WebCamTexture.Play" crashes the application when the camera is started
- Huge performance overheads appear when there is a large amount of bindings in the UI Toolkit
- Visual Effects Graph Blackboard can't be scrolled horizontally
Add comment