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
- Manual reference page for Grid Selection is missing
- Awaitable.NextFrameAsync causes GC Alloc 0.7 KB when using CancellationToken
- Prefab "Overrides" list item popups are overridden when navigating with keyboard arrow keys
- Alpha Tolerance setting does not affect generated outlines when generating Custom Physics Shape in the Sprite Editor
- The information/help message section misses a margin in the "Profiler" window
Resolution Note (fix version 2019.2):
Needed a refactor to land in Unity first before fixing this part.