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
- Crash on JobQueue::HasJobGroupIDCompleted when closing the Editor while in Play mode on a specific project
- In "Preferences" section the “SpriteShape” menu item, the details page title “SpriteShape”, and “ControlPoint” entries are displayed as code strings rather than formatted UI strings
- Errors thrown constantly when Virtual Offset Debug is enabled and lighting was baked on AMD machine
- Persistent Memory Leak when reloading domain and using Distance-based Ghost Importance
- HDRP project doesn't render in standalone player when using High stripping
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.