Search Issue Tracker
By Design
By Design in 2023.2.X
Votes
0
Found in
2020.3.48f1
2021.3.25f1
2022.2.19f1
2023.1.0b16
2023.2.0a14
Issue ID
UUM-35338
Regression
No
Camera's Renderer is not updated when URP Asset is changed in the Graphics settings
How to reproduce:
1. Create a new project with URP (3D) Template
2. Open Edit>Project Settings...
3. Select Graphics
4. Change Scriptable Render Pipeline Settings to "URP-Performant"
5. Select "Main Camera" in the Hierarchy window
Expected results: Renderer in the Inspector window is "URP-Performant-Renderer"
Actual results: Renderer in the Inspector window is "URP-HighFidelity-Renderer"
Reproducible with: 2020.3.48f1, 2021.3.25f1, 2022.2.19f1, 2023.1.0b16, 2023.2.0a14
Reproducible on: Windows 10
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:
You are experiencing this because even though you change the asset in graphics settings, there's still an asset assigned in Quality Settings being used. The asset in Graphics settings is only used as a fallback when there's no asset assigned in Quality Settings. This is the difference you see in the projects as the 3D template has different quality assets for different quality settings levels and the other project doesn't.
In order to achieve what you are trying to do, you have to change the asset in the current assigned Quality Setting level.
There is plan to rework the UX around setting the render pipeline asset in Graphics Settings. so this workflow becomes less confusing.
Resolution Note (2023.2.X):
You are experiencing this because even though you change the asset in graphics settings, there's still an asset assigned in Quality Settings being used. The asset in Graphics settings is only used as a fallback when there's no asset assigned in Quality Settings. This is the difference you see in the projects as the 3D template has different quality assets for different quality settings levels and the other project doesn't.
In order to achieve what you are trying to do, you have to change the asset in the current assigned Quality Setting level.
There is plan to rework the UX around setting the render pipeline asset in Graphics Settings. so this workflow becomes less confusing.