Search Issue Tracker
Fixed in 2019.3
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
- [iOS] SystemInfo.systemMemorySize returns negative values
- [Physics Debugger] Colliders are visualized even if their Layer is not selected in the Show Layers property
- Crash on PAL_LocalIPC_IsConnected when IPC fails on launch
- [macOS] Video Player's 5.1 audio channel layout is incorrect when outputting to Audio Source
- AssetDatabase is overwriting GUIDs
Add comment