Search Issue Tracker
Won't Fix
Votes
0
Found in
2021.3.45f1
2022.3.51f1
6000.0.24f1
6000.1.0a1
Issue ID
UUM-85202
Regression
No
Certain tiled sprites are incorrectly rendered when using Mesh Type "Tight" and Draw Mode "Simple"
How to reproduce:
1. Open the attached “tile_issue” project
2. Open the “SampleScene”
3. Observe the result in the Game window
Expected result: The fourth column from the left is the same length as columns one and two
Actual result: The fourth column is not rendered properly, and is thus shorter than columns one and two
Reproducible in: 2021.3.45f1, 2022.3.51f1, 6000.0.24f1, 6000.1.0a1
Reproducible on: Windows 10, Windows 11
Not reproducible on: No other environments tested
Workaround: Use Mesh Type “Full Rect” or set “Extrude Edges” > 1. Alternatively, change the Sprite Renderer’s “Draw Mode” dropdown to “Sliced” or “Tiled”
Note: Also reproducible in Player
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
- 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
- Non-HDR color picker opens when selecting material color with HDR enabled
Resolution Note:
After being investigated by a developer, it has been determined that the cause of this issue is due to presence of transparent/semi-transparent pixels within the gaps of the sprite, which causes issue with mesh generation in Tight Mesh.
Do ensure that these problematic pixels are not present, or switching to Full Rect or Custom Outline to define the visual mesh.