Search Issue Tracker
Fixed
Votes
4
Found in
2017.4.0f1
2018.2.15f1
2018.3.0a1
2019.1.0a1
2019.2.0a1
Issue ID
1101868
Regression
No
Interrupting a transition from empty state on an override layer makes further transitions to the empty state have zero weight
Steps to reproduce:
1. Download and the attached project
2. Enter Play mode:
3. Press "InterruptTransition"
Expected result: animation loop between 2 states blends the animations
Actual result: when transitioning back into empty state, the model instantly returns to it, without blending over Exit time
Reproduced on 2017.4.0f1, 2017.4.19f1, 2018.3.3f1, 2019.1.0a14, 2019.2.0a3
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
- Crash on PrepareDrawShadowsCommandStep1 when entering the Play Mode in a specific project
- Physics Layer Collision Matrix's Layer names, checkboxes and hover highlights become misaligned when the Editor's UI Scaling gets changed
- Light/shadow information on an edge of a Terrain tile creates a seam with an adjacent Terrain tile when baking a LightMap
- "Missing types referenced from component UniversalRenderPipelineGlobalSettings on game object UniversalRenderPipelineGlobalSettings..." warning is thrown after switching the Platform to tvOS
- “Metal: Error creating pipeline state (Universal Render Pipeline/2D/Sprite-Lit-Default): Vertex attribute BLENDINDICES0(5) of type uint4 cannot be read using MTLAttributeFormatFloat2 (null)“ when setting GPU Skinning to GPU after opening the project
Resolution Note:
Once an empty state was interrupted, an internal boolean was set to true (m_InterruptedEmptyState) but it was never reset when the transition ended. This caused a wrong eveluation in the state machine.