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
- Manual reference page for Grid Selection is missing
- Awaitable.NextFrameAsync causes GC Alloc 0.7 KB when using CancellationToken
- Prefab "Overrides" list item popups are overridden when navigating with keyboard arrow keys
- Alpha Tolerance setting does not affect generated outlines when generating Custom Physics Shape in the Sprite Editor
- The information/help message section misses a margin in the "Profiler" window
Add comment