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
- Tilemap.SetTile() does not change the tiles when called from Update() in the Player
- Custom Shader Material is pink when the project is built for the WebGL platform
- New 3D URP Sample Scenes Project is created with an invalid dependency on com.unity.render-pipelines.universal-config when creating the Sample Project for the first time
- Canvas Scaler causes abnormal scaling of Canvas elements in Play Mode when UI Scale Mode is set to "Constant Physical Size" and any Editor window is moved to a differently scaled monitor and is interacted with
- Touch.rawPosition always returns (0,0) when clicking or dragging anywhere on the screen in the Play Mode
Resolution Note (fix version 2019.2):
Needed a refactor to land in Unity first before fixing this part.