Search Issue Tracker
Won't Fix
Votes
0
Found in
2019.4
2019.4.33f1
2020.3
2021.2
2022.1
Issue ID
1387187
Regression
No
Transform position values are inconsistent with Animator.Root T values
Reproduction steps:
1. Open the attached project ("testRootMotion.zip")
2. Open "SampleScene"
3. Select the character
4. Enter Play mode
5. Open the Animation window and expand Animator.Root T in the list
6. Select Root T.z and select Curves
7. Select the last frame
Expected result: The Root T.z value and the Transform z position are the same
Actual result: The Root T.z value (1.37) and the Transform z position (1.11) are different
Reproducible with: 2019.4.33f1, 2020.3.25f1, 2021.2.6f1, 2022.1.0b2
Add comment
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- Joint Physics result in unexpected behaviors when used for articulated vehicles like buses or trucks
- Standalone Player crashes with "TDerived GetOrLoad<TDerived>() where TDerived : T" when IL2CPP Code generation is set to "Faster (smaller) Builds"
- IndexOutOfRangeException and InvalidOperationException when logging XML string
- Script missing in "Assets/Settings/Mobile_Renderer/GlobalVolumeFeature" of "com.unity.template.urp-blank" template
- “Font Asset Creator - Error Code [Invalid_File_Structure]…“ error is logged when generating Font Assets from fonts which worked with TMP Font Asset Creator
Resolution Note:
Root motion does not garuantee that you will get exactly the end value of your clip. Root motion works with instantanous velocity that are sampled at a specific time. So if the root motion curve has a lot of variation and the sampling is not stable enough, you may not reach the final position of the curve.