Search Issue Tracker
Won't Fix
Votes
0
Found in
2022.3.16f1
2023.2.4f1
2023.3.0b1
Issue ID
UUM-59429
Regression
No
[XR][Quest] Blitter.BlitCameraTexture does not work with AfterRenderingTransparent and BeforeRenderingTransparent
Steps to reproduce:
1. Open the attached user's project "github_Unity_URP_Stackable_UI_Blur.zip"
2. Connect Quest 2/3 to Oculus Link
3. Make sure Single Pass Instanced is selected in the OpenXR/Oculus XR settings
4. Open the "Assets/UIBlur_Demo/Test.unity" Scene
4. In the Hierarchy, select the "EnqueuePass" GameObject and under the component's field "Injection Point" set to AfterRenderingTransparent/BeforeRenderingTransparent
5. Enter Play Mode
Expected Result: the moving Cube is red
Actual Result: the whole screen is red (See Results.png)
Reproducible with: 2022.3.16f1, 2023.2.4f1, 2023.3.0b1
Could not test on 2021.3.33f1 due to scripting errors after downgrading
Testing Environment: Windows 11
Not reproducible on: No other environment tested
Notes:
-Issue reproduces with Single Pass Instanced, on Multi-pass/Multi-view the Game View is transparent
-Project uses URP, could not test on HDRP due to scripting errors
-Issue only reproduces with AfterRenderingTransparent and BeforeRenderingTransparent injection points
-Issue does not reproduce and shows the expected result when using AfterRenderingOpaques
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
- Texture2D hash changes inside of an AssetBundle when rebuilding a SpriteAtlas bundle with an empty AssetPostprocessor Script enabled
- Aniso Level still applies when Generate MipMap is disabled in Texture Import Settings
- Mipmap Limit Groups long names are not truncated when creating a new Mipmap Limit Group with a long name
- “ArgumentException: Invalid double parameter.” error is thrown when Infinity is typed into the Fixed Timestep field
- GameObject becomes gray when using HDRP and STP together on macOS
Resolution Note:
User scripting error