Search Issue Tracker
Won't Fix
Votes
0
Found in
2021.3.35f1
2022.3.20f1
2023.2.11f1
2023.3.0b8
Issue ID
UUM-64262
Regression
No
[2D] Part of a Sprite is cut off when the "Mesh Type" value is set to "Tight"
Reproduction steps:
1. Open the attached “BugRepro” project
2. Select the “PG_SC_InfoBar_02_BG” Asset in the Project window
3. Make sure “Mesh Type” is set to “Tight”
4. Observe the “PG_SC_InfoBar_02_BG” GO in the Scene View
Expected result: The Sprite is rendered without any cutouts
Actual result: Part of the Sprite is cut
Reproducible with: 2021.3.35f1, 2022.3.20f1, 2023.2.11f1, 2023.3.0b8
Reproducible on: Windows 10, Ubuntu 22.04
Not reproducible on: No other environment tested
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
- URP Realtime reflection probes do not update when RenderProbe() is being called once per second
- Addressable terrain shader variants are stripped from the Player
- [iOS] Debug.Log() appears as <private> in Console app
- UI stays in the background when it is disabled in simulator
- A wrong log file is attached when project is launched with a "-logFile" command line argument
Resolution Note:
This is expected as the auto mesh generation is a generic approach to generate mesh for Sprites.
In edge cases it is recommend to use the custom outline module in Sprite Editor to fix this issue.