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
- “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
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.