Search Issue Tracker
By Design
Votes
0
Found in
2022.1.0a12
2022.1.0b5
2022.2
Issue ID
1398261
Regression
Yes
[uGUI] Choosing Rect Transform left or right Anchor Presets offsets the element by 0.5 in the scene
Steps to reproduce:
1. Open the attached project
2. Open "SampleScene"
3. Select "Button" or "Button (Legacy)" GO in Hierarchy
4. Double click the GO or press F when selected to see it in the scene
5. In the Inspector find Rect Transform component
6. Click on the Anchor Preset icon
7. Select the middle anchor preset and then select either left or right
Expected results: The GO doesn't actually move in the scene
Actual results: The GO is offset by 0.5 in the scene if the anchor preset is changed to left or right from middle
Reproducible with: 2022.1.0a12, 2022.1.0b5, 2022.2.0a2
Not reproducible: 2020.3.27f1, 2021.2.9f1, 2022.1.0a11
Notes:
- Tested with Buttons and Text components
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
- Crash on JobQueue::HasJobGroupIDCompleted when closing the Editor while in Play mode on a specific project
- In "Preferences" section the “SpriteShape” menu item, the details page title “SpriteShape”, and “ControlPoint” entries are displayed as code strings rather than formatted UI strings
- Errors thrown constantly when Virtual Offset Debug is enabled and lighting was baked on AMD machine
- Persistent Memory Leak when reloading domain and using Distance-based Ghost Importance
- HDRP project doesn't render in standalone player when using High stripping
Resolution Note (2022.2.X):
Issue appears when the canvas is set on .5 of a pixel. The calculation to keep position struggles to subdivide a half pixel. and thus a slight shifting appears.