Search Issue Tracker
By Design
Votes
1
Found in
2019.4
2020.3
2021.2
2022.1
2022.1.0b3
2022.2
Issue ID
1395538
Regression
No
Sprites Grids are positioned not accurately when using "Sliced" Draw Mode and setting "Size" to something other than 1x1
How to reproduce:
1. Open project "SlicedPivotRepro.zip"
2. Observe the view in the Scene window
Expected result: Sprites Grids are on green dots
Actual result: Sprites Grids are not on green dots
Reproducible with: 2019.4.35f1, 2020.3.27f1, 2021.2.9f1, 2022.1.0b5, 2022.2.0a2
Note: Reproducible in the Editor and Player
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
- Prefabs with "Flags" enum properties result in "IndexOutOfRangeException" when trying to commit/revert
- The Camera first person mode in Cameras overlay is greyed out and not clickable when the Editor is restarted with the Game View focused
- Scene View doesn't select the Canvas when it's clicked with the View Tool
- Transform fields are impossible to edit when Inspector window is resized
- Actions in UI Builder Preview mode are not fully reset after exiting the Preview mode
Resolution Note:
Thank you for the report.
Sprite Pivots are currently normalize value i.e. (0-1) for transformation usage.
We have added this into a backlog to investigate the possbility of specifying pivots as absolute position when used with transformation.