Search Issue Tracker
Won't Fix
Votes
0
Found in
2018.3.0b8
2018.3.0f2
2019.1.0a6
2019.2.0a1
Issue ID
1125200
Regression
Yes
Reparenting RectTransform with worldPositionStays=false still modifies anchoredPosition w. rounding errors
Note: See comment further down in case for repro without Prefabs.
How to reproduce:
1. Open the attached project ("Canvas Rect Transform issue.zip")
2. Open the "case_1125200-Panel" prefab and change the parent Canvas's Rect Transform Right position to 0.4
3. Save and Close the Prefab mode
4. Reopen the Prefab and observe its Rect Transform Right and Left positions
Expected result: The Transform's Left value is unchanged and the Right value is correctly saved as 0.4
Actual result: The Transform's Left value is shown as "-1.220405e-05" and the Right value is shown as "0.4000122"
Reproduced in: 2019.2.0a4, 2019.1.0b3, 2019.1.0a6, 2018.3.5f1, 2018.3.0b8
Not reproducible in: 2019.1.0a5, 2018.3.0b7
Note: The shown value changes appear to be visual only and don't affect the actual position
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
- Articulation Body with 'Revolute' Joint Type has erratic behavior when Upper Limit is set to above 360
- WebGL Player fails to render Scene when Terrain with Detail Mesh is added and WebGPU Graphics API is used
- Inconsistent errors are logged when different types are passed into the Query "Q<>" method in UIToolkit and the ancestor VisualElement is null
- Crash on GetMaterialPropertyByIndex when opening a specific Scene
- Discrepancies in the styling are present when using a TSS file instead of a USS file in custom EditorWindow
Resolution Note (2019.2.X):
issue is with float math with Vector2f. without introducing rounding which is not desirable there isn't much we can do.