Search Issue Tracker
Fixed in 2019.3.X
Votes
0
Found in
2019.1.0a5
2019.1.0b8
2019.2.0a1
Issue ID
1145760
Regression
Yes
Recorded values on the KeyFrames are set to 0 when controlling Animator with OnAnimatorMove() which has Animator.applyRootMotion
Steps to reproduce:
1. Open the attached project "case_1145760"
2. Navigate to Project -> Assets and open "SampleScene"
3. Open Animation window
4. Select "Square" GameObject in the Hierarchy window
5. Notice how values on the KeyFrames are "0"
-- Removing the "Root Motion Handler" script from the GameObject will cause the values on the KeyFrames to return to normal
Expected results: GetComponent<Animator>().ApplyBuiltinRootMotion(); enables Root Motion in the Animation
Actual results: GetComponent<Animator>().ApplyBuiltinRootMotion(); disables recorded KeyFrame values
Reproducible with: 2019.1.0a5, 2019.1.0f2, 2019.2.0a12
Not Reproducible with: 2018.3.13f1, 2019.1.0a4
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- [Discussions] "NativePassData.GraphPasses()" has GC Alloc of ~256 B when using Render Pass
- Setting Shader Graph to Surface Type "Transparency" and Render Face "Both" breaks the preview
- Warning "Unknown pseudo class "multiline"" is logged when the Animator is loaded or in use after picking Motion in a States Inspector
- Deleting the property in the Blackboard and then creating the different type property with the same name throws an error
- Selector gets stuck in UI if scroll is used while dragging
Add comment