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
- GetCurrentAnimatorClipInfoCount() and GetNextAnimatorClipInfoCount() return 0 when animator is in transition
- GPU utilization increases by 20% on Meta Quest headsets when Render Graph is enabled on 6000.0.16f1 and higher
- Value on Slider (Int) control in UI Builder displays as default when saving UI Document
- Color mismatch in UI Builders Library panel when the Editors theme is set to Light Mode
- [Android ] "AndroidJNI.ToBooleanArray" returns a random non-zero value instead of "IntPtr.Zero" when the method argument is null
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.