Search Issue Tracker
By Design
Votes
0
Found in
2017.3.0f3
Issue ID
1011021
Regression
No
Empty animation states prevent other Animation Layers from playing
To reproduce:
1. Open attached project;
2. Open "case_1" scene;
3. Select "root" game object in the Hierarchy;
4. Open Animator window and select "Layer2" layer in the Layers tab;
5. Select "rotate" state;
6. Make sure Motion of this state is empty (None);
7. Enter Play mode;
8. In the Parameters tab (Animator), tick a checkbox "Mixed";
9. Look at the Game view to see results;
10. Go to the Animator window again, select "Layer2" and select "rotate" state;
11. In the Inspector, set the Motion of the state to "clip_2_rot";
12. Tick a checkbox "Mixed" in the Parameters tab;
13. Compare the results.
Expected result: all of the cubes slide to the right and then rotate 45 degrees to the left.
Actual result: all of the cubes slide to the right, but only the third cube rotates.
Reproduced with versions: 2017.1.3p2, 2017.2.2p1, 2017.3.1p4, 2018.1.0b10, 2018.2.0a4.
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