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
- UI Overlay Image gets darker on each Camera when multiple Cameras are used
- Assertion failed on expression: 'scriptedImporterClass == SCRIPTING_NULL error when opening the standalone profiler window
- Disabled assets in Import Unity Package window aren't tracked but count as being selected by user
- [Windows] Crash on GetManagerFromContext when video is playing and creating High Definition 3D Projects after FMOD failed to switch back to normal output Error appeared
- GC Alloc produced when adding items to MultiColumnListView with Auto Assign Binding
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.