Search Issue Tracker
In Progress
Fix In Review for 2022.2.X, 2023.2.0a6
Votes
0
Found in
2022.2.8f1
2023.1
2023.2.0a1
Issue ID
UUM-28562
Regression
No
Sorting of screen space decals is camera position dependent
When using the screen space decal mode, decals will pop on top of each other as the camera moves around.
Steps to reproduce:
# Open SampleScene of attached project
# Enter play mode
Expected: Surface is stable and order of decals is static
Actual: The ordering changes as the camera moves around the scene
Reproduces in the scene view as well
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
- Project build fails with Console errors “Plugin 'grpc_csharp_ext.bundle' is used from several locations:” when building a project with Target Platform "macOS"
- Screen.resolutions returns resolutions that include the notch area when called on Macs with a notch
- Shader Graph Editor Throws Exception When Deleting Custom Function Node
- Outlines are visible on Mesh when Alpha Clipping is enabled and Surface Type is set to Opaque
- UI Elements are not getting focused when navigating through using arrow keys if they’re placed in a specific position
Resolution Note (fix version 2023.2.0a6):
changed the sorting criteria to "None"
Resolution Note (fix version 2022.2):
PR:
https://github.cds.internal.unity3d.com/unity/unity/pull/24432
Resolution Note:
PR:
https://github.cds.internal.unity3d.com/unity/unity/pull/24233