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
- Audio stuttering occurs when heavy processing is performed while OnAudioFilterRead is in use
- Inconsistent Node search results in VFX Graph
- Standalone Profiler stays in Dark Theme after switching Editor theme to Light on Ubuntu
- Inconsistency in capitalisation and styling across various nodes and block in VFX Graph
- Package Manager Select all keyboard shortcut selects all packages even if they’re not visible to the user when the Package Manager has no search results and the shortcut is pressed
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.