Search Issue Tracker
Fixed
Fixed in 2021.3.24f1, 2022.2.2f1, 2023.1.0b14, 2023.2.0a12
Votes
0
Found in
2021.2.0a9
2022.1.0b10
2022.2.0a7
2023.2.0a1
Issue ID
UUM-2947
Regression
No
[URP] Grid is rendered on top of GameObjects in the Animation Preview Area when Deferred Rendering is used
How to reproduce:
1. Open the attached project "DeferredRepro"
2. Open the scene "SampleScene" (Assets/Scenes/SampleScene.unity)
3. In the Project window, select the Animation Asset "anim" (Assets/anim.anim)
4. In the Hierarchy window, click and drag the GameObject "Cube" to the Inspector's Preview Area
5. Inspect the Preview Area
Expected result: The grid is rendered behind the Cube GameObject
Actual result: The grid is rendered in front of the Cube GameObject
Reproducible with: 12.0.0 (2021.2.0a9), 12.1.5 (2021.2.14f1), 13.1.6 (2022.1.0b10), 14.0.0 (2022.2.0a7)
Could not test with: 7.7.1 (2019.4.36f1), 10.8.1 (2020.3.30f1), 12.0.0 (2021.2.0a8) (No Deferred Rendering available)
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
- var VisionOSEDRHeadromm has a comma instead of a dot when building with Metal Rendering App Mode and local OS localization is set to German
- IAP Catalog remove product “x” and add product “+” buttons are not consistent with other remove and add buttons in the Editor
- Performance issues in Play Mode when quickly hovering the mouse cursor over Hierarchy GameObjects
- Frame Debugger displays incorrect output when FidelityFX Super Resolution or Spatial-Temporal Upscaler is used with Temporal Anti-aliasing or Subpixel Morphological Anti-aliasing
- The layout system is failing to correctly calculate or apply the height of the Japanese fallback font when the primary English font's metrics are used
Resolution Note (fix version 2023.2.0a12):
The Forward and Deferred rendering mode now renders the grid correctly inside the animation preview.
Resolution Note (fix version 2022.2.2f1):
Fixed deferred rendering of grid in Animation clip's preview window using URP.