Search Issue Tracker
Fixed
Fixed in 2022.3.10f1, 2023.1.14f1, 2023.2.0b10, 2023.3.0a6
Votes
0
Found in
2021.3.30f1
2022.3.6f1
2023.1.6f1
2023.2.0b2
2023.3.0a1
Issue ID
UUM-42131
Regression
No
[HDRP] Unexpected desync of RenderQueue with MaterialVariant
Step to repro:
- Import attached package
- Open Scene "Repro_PostProcess"
- Select Repro_Parent Material, switch the rendering pass to "After Post Process"
- Both object are now colored
- Click on Repro_Child to display it in inspector
- The Sphere switch to black & white
Expected:
No automatic update only displaying inspector
N.B.: The root cause issue is actually sync of renderqueue only done in GUI
https://github.cds.internal.unity3d.com/unity/unity/blob/dc91c2117428ba139e36d74a6a6d16d1d6196ce1/Packages/com.unity.render-pipelines.high-definition/Editor/Material/UIBlocks/SurfaceOptionUIBlock.cs#L259
Also related to UUM-41462
All about bugs
View bugs we have successfully reproduced, and vote for the bugs you want to see fixed most urgently.
Latest issues
- “Remove Unused Overrides” available on not loaded Scene and throws “ArgumentException: The scene is not loaded” warning
- Adaptive Probe Volume occlusion edge is calculated incorrectly when viewing probes near geometry edges
- Sampling a texture using an HLSL file throws shader errors and the code does not compile
- "Graphics.CopyTexture called with null source texture" error when Base Camera of an Overlay Camera is removed with DX11 Graphics API and Compatibility Mode enabled
- WebGL sends wrong value with large numbers when SendMessage function is used
Add comment