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
- Frame Debugger's Hierarchy is not navigable when connecting it to the project built with the Volumetric Fog
- The number of SetPass Calls is increasing when attaching the Frame Debugger to the Player
- Scrollbar briefly appears in the Package Manager during installation process even when the package list is too short to require scrolling
- Script resets to use the previous Skybox color when saving the Scene changes
- [2D] Sprite Library Editor window throws NullReferenceException error when entering Play Mode with Game View maximised
Add comment