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
- “FMOD failed to set the software format to the custom sample rate…” warnings are thrown as System Sample Rate value is being changed in Audio section of Project Settings window
- VFX Marquee selection does match the visual indicator
- “Invalid AABB aabb” errors are spammed when “Infinity” value is entered in Collider Component fields
- Editor Role does not sync with the MPPM Play Mode Scenario Role when entering Play mode
- Long asset names cause overlap with the “Find” function in search result tabs
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.