Search Issue Tracker
Feature Request
Votes
0
Found in
2021.3.28f1
2022.3.5f1
2023.1.3f1
2023.2.0a23
Issue ID
UUM-42530
Regression
No
The Sprite renders in incorrect size when it overlaps with the other Sprite and GPU Instancing is enabled on their shared Material
How to reproduce:
1. Open the user-attached project “SpriteRendererTest”
2. Open the “SampleScene” scene
3. Rotate or move the Camera in the Scene View
4. Observe the Sprites
Expected result: The Sprites are the same size at all angles
Actual result: The Sprites are rendered bigger at the certain angles
Reproducible with: 2021.3.28f1, 2022.3.5f1, 2023.1.3f1, 2023.2.0a23
Reproducible on: Windows 11 Pro
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
- Texture Import Warnings are obscured by other Terrain Layer options in the Inspector
- Burst Inspector middle divider is jittering when resized with the Burst Inspector window docked
- JsonConvert conversion fails trying to call GetCallbackMethodsForType when [OnDeserialized] is used in a class
- Different text alignment in the column header in Entities "System" window
- Objects with Universal Render Pipeline/Particles/Lit shader are always lit up when changing their Rendering Layer Mask
Resolution Note:
As resolved previously, GPU Instancing for Sliced Sprites is not supported. We will add this internally as a feature request, and may add support for it in the future. As a workaround, you can create different materials for different configurations of Sliced Sprites. Sliced Sprites with the same width and height should share the same material and will instance correctly.