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