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
- Rigidbody2D.Slide API does not have the needed configuration when creating a 2D Top-Down character controller
- Opening reference for "Playables"component redirects to a missing page
- Sprite Renderer image is changed when switching Mask Interaction and changing Sprite to a shared Sprite
- An unsigned integer is not compared with an integer correctly in player when using IL2CPP backend
- Graphical artifacts are being rendered in Scenes that are loaded during run-time when GPU Resident Drawer is turned on
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.