Search Issue Tracker
Fixed in 2019.2.X
Votes
2
Found in
2018.3.0a4
2018.3.0f2
2019.1.0a1
2019.2.0a1
Issue ID
1115701
Regression
Yes
TransformStreamHandle.GetPosition doesn't get the correct world space position when the apply root motion is disabled
How to reproduce:
1. Open the user attached project named "AnimationJobs"
2. Select the "Chomper" GameObject in the Hierarchy, note the position of this object (0,100,0)
3. Click the Play Button
4. Observe the issue in the console window
Expected result: Debug outputs the correct world coordinates
Actual result: Debug outputs position around (0,0,0) which is relative to the Chomper's root
Reproducible with - 2018.3.0a4, 2018.3.2f1, 2019.1.0a14, 2019.2.0a1
Not reproducible with - 2018.3.0a3
Could not test with - 2017.4.18f1
Notes:
When "Apply Root Motion" in the Chomper's Animator component is enabled TransformStreamHandle.GetPosition reports the correct world position
UnityEngine.Experimental.Animations were not present in 2017.4
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
- The Editor opens when the window is closed right after launch
- 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
Resolution Note (fix version 2019.2):
Needed a refactor to land in Unity first before fixing this part.