Search Issue Tracker
By Design
Votes
1
Found in [Package]
Issue ID
1297715
Regression
No
[URP][Quest 1][Quest 2] RendererFeatures apply to Splash Screen graphics
Repro steps:
1. Open attached project
2. Build and run on Quest 1/2
Actual: The splash screen quad is mirrored
Reproducible with: 2019.4.17f1 URP 7.5.2, 2020.1.17f1 URP 8.3.1, 2020.2.0f1 URP 10.2.2, 2021.1.0b1 URP 11.0.0
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
- Locked tabs end up selecting the same asset when another window is maximized and unmaximized
- ListView element is rendered in solid black after docking if UI Builder window was already opened prior to project launch
- [WebGPU] error with compute shader and read-only RWTexture
- Capacity-size memory is copied instead of Length-size when using UnsafeUtility.memCpy()
- Console displays "SerializedObjectNotCreatableException: Object at index 0 is null" error during Unity theme change while "Tile Palette" window is opened
Resolution Note:
The reason why RenderFeatures are applied to splash screen in XR is because XR was using world space canvas for the splash screen. And URP is being used for rendering this world space canvas. Because of that, render features that are enabled in URP renderer is applied to XR splash screen.