Search Issue Tracker
By Design
Votes
0
Found in
6000.1.0a9
Issue ID
UUM-90724
Regression
No
[URP] Changing Default Render Pipeline does not update Default Renderer
Steps to reproduce:
1. Create a new URP project from URP Template. Note in Project Settings/Graphics that it uses "PC_RPAsset" by default. Open SampleScene, Note that MainCamera uses "Default Renderer (PC_Renderer)"
2. In Project Settings/Graphics change "Default Render Pipeline" to "Mobile_RPAsset"
Actual results:
MainCamera still uses "PC_Renderer", which is not Default Renderer any more.
Expected results:
MainCamera uses "Mobile_Renderer", the Default Renderer
Reproducible with versions: 6000.1.0a9 (revision 5daf0693406e)
Not reproducible with versions:
Can’t test with versions:
Tested on (OS):
Notes:
- Even closing/re-opening the project does not improve the situation
- It is not possible to select "Mobile_Renderer" as the Camera Renderer, the only option listed is "Default Renderer (PC_Renderer)"
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
- Warnings in the Bug Reporter window are cut off and not truncated when the Bug Reporter window is resized to its minimum size
- Color is incorrectly applied to objects when initialized with non-normalized parameters
- SerializationUtility.GetManagedReferencesWithMissingTypes() don't return null when “Prefab has missing SerializeReference Types“ warning banner is present
- Memory leak when VFX Graph is open and Camera has "Target Texture" enabled
- The Canvas component's warning box is missing an apostrophe when Additional Shader Channels is set to "Normal" and "Tangent" with Render Mode set to "Screen Space - Overlay"
Resolution Note:
This is as designed.
The RenderPipelineAsset in ProjectSettings > Graphics is only used if no RenderPipelineAsset is assigned in the quality.
When creating a Univeral 3D project from the hub, there is indeed a RenderPipelineAsset assigned to graphics but there is also another one overloading in the quality level. So the one in graphics have no impact.