Search Issue Tracker
Won't Fix
Votes
0
Found in
2017.4.0f1
2018.3.0a1
2019.1.0a1
2019.1.0a13
2019.2.0a1
Issue ID
1117299
Regression
No
Animation behaves differently in Edit and Play modes when animation's Bake Into Pose settings are enabled
How to reproduce:
1. Open the attached project named "Case_1117299"
2. Select the "New Timeline" and Play the Timeline Preview. Observe the behavior of two objects(they are in sync)
3. Click the Scene Play button
4. Observe the issue
Expected result: Objects are synchronized just like in the Timeline preview
Actual result: Objects are not synchronized.
Reproducible with - 2017.4.18f1, 2018.3.3f1, 2019.1.0a14, 2019.2.0a1
Notes:
If the animation has the Bake Into Pose settings enabled and the object Animator controller is set to "None (Runtime Animator Controller)" the animation works properly in the Play mode.
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:
Edge case. Will not fix because of high level risk of fix.
The fact of adding an AnimatorController makes it that the Timeline Root Motion handling is done differently ( AnimatorController is always the base layer)
This explains the different at runtime.
Workaround is to not attach AnimatorController.