Search Issue Tracker
By Design
Votes
0
Found in [Package]
Built-in
Issue ID
1384495
Regression
No
9-Sliced Sprites do not scale correctly in UI Toolkit when Sprite Asset is Addressable
Reproduction steps:
1. Open user-submitted project
2. Enter Play Mode
Expected result: Two panels with identical backgrounds are displayed
Actual result: Two panels with different backgrounds are displayed
Reproducible with: 1.0.0-preview.18 (2020.3.28f1), Built-in (2021.2.12f1, 2022.1.0b7, 2022.2.0a5)
Could not test with: 2019.4.36f1 (No UI Toolkit)
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
- “Readme” Asset is unreadable in the Inspector window when switching Editor Theme to Light
- “NullReferenceException” error thrown when switching Editor Theme to Light if “Unity Version Control” tab is enabled
- A Warning is displayed in the Inspector when a Mesh with any Material is added as a Terrain Detail
- [Android][Vulkan] Memory leak when playing and stopping a video using the Video Player on some devices
- Caret moves by a character when typing "." and any number into 'Grid and Snap' toolbar's input field
Resolution Note:
The 9-slice information was lost because the background type was set to Texture, and not Sprite. Setting the background type to Sprite in the UI Builder fixes the issue.