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
- Crash on __pthread_kill when initializing Vuplex WebView while entering the Play Mode
- Crash on FindSurface when adding a custom Renderer Feature to a 2D Renderer Data Asset
- [Android] [Vulkan] [UI Toolkit] Application crashes when the device is rotated when it has UI Toolkit TextField on Vulkan devices
- Crash on DualThreadAllocator<DynamicHeapAllocator>::TryDeallocate when opening a specific project
- Crash on memset_repstos when pressing a UI button while in Play 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.