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
- NullReferenceException error thrown when changing Scenes in Play Mode
- Crash on "'anonymous namespace'::ConvertFBXShapes" when importing an FBX file
- Crash on Transform::RemoveFromParent when Object.DestroyImmediate() is called on Transform
- [Linux] Player consumes more CPU resources when it is running in the background
- Save process is triggered every time when prefab property values are changed by dragging
Add comment