Search Issue Tracker
By Design
Votes
0
Found in
2021.3.32f1
2022.3.14f1
2023.2.1f1
2023.3.0a16
6000.0.0b11
Issue ID
UUM-56653
Regression
No
[URP] View from main Camera is not rendered when Opaque Texture is enabled
Reproduction steps:
1. Open the attached project "ReproProj"
2. Open the “/Assets/Scenes/SampleScene.unity” Scene
3. Open URP.asset in the Inspector window (/Assets/Settings/URP.asset)
4. Enable Opaque Texture
5. Observe the Game view
Expected result: Sphere, background, and text “New Text” is present
Actual result: A black screen with the text “New Text“ is present
Reproducible with: 2021.3.32f1, 2022.3.14f1, 2023.2.1f1, 2023.3.0a16
Reproducible on: Windows 10 Enterprise 21H2
Not reproducible on: No other environment tested
Notes:
- Reproducible in Editor with Windows and Android platforms
- Reproducible with Android Player and Windows Standalone Player
- Reproducible with Vulkan and OpenGLES3
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
- Sprite Mask does not render in the Player
- Trying to insert Template to Subgraph Operator or Block throws "NullReferenceException" error
- NullReferenceException occurs when trying to access TouchScreenKeyboard properties
- [Android] [GameActivity] Exception "Didn't find class "com.unity3d.player.ReflectionHelper" and application crash when setting
- List view “Add” and “Remove” buttons in are misaligned when minimizing Graph Inspector
Resolution Note:
When layering cameras you need to use the camera stacking functionality. This is because we do not guarantee the same buffer is used between cameras unless you are using stacking - it is working in your base case by virtue of luck because the temporary render texture allocator is returning the same texture for the base and UI, when you turn on opaque texture capture this chance is broken.
To resolve this issue set your UI camera to overlay mode and set this as an overlay within the base camera list.