Search Issue Tracker
Won't Fix
Votes
0
Found in
2020.3.42f1
2021.3.16f1
2022.1.23f1
2022.2.2f1
2023.1.0a24
Issue ID
UUM-22431
Regression
No
Animator doesn't blend into the next Animation state properly when it starts from the Animation referencing to "none"
How to reproduce:
1. Open the user-attached project “AnimatorBlendBug”
2. Open the “SampleScene” scene
3. Enter the Play Mode
4. Press the “Space” key to start the Animations
5. Observe the Animations
Expected result: Both Animations are behaving the same
Actual result: The GameObject on the right blends into the Animation differently
Reproducible with: 2020.3.42f1, 2021.3.16f1, 2022.1.23f1, 2022.2.2f1, 2023.1.0a24
Reproducible on: Windows 11 Pro
Note: Also reproducible in Player
Add comment
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
Resolution Note:
The blending behaviour of a state with None on the Base Layer is different from a state with None on a Layer. This is caused by a performance optimization for state machines using a single layer. We cannot change this without having a significant negative impact on performance and our user’s existing projects. Since the main use cases for using None in a state is in the context of an additional Layer, using None on the base layer is considered an edge case and has acceptable workarounds.
Workarounds: Use an empty clip on the Base Layer None states. Or, reproduce the same setup an a Layer that is not the Base Layer.
For the above reasons and associated risk, we will not fix this inconsistency in behaviour.