Search Issue Tracker
By Design
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
- Source Generation with GeneratePropertyBag fails when using reserved keywords as variable names with @ prefix
- Prismatic ArticulationBody moves in opposite direction when using targetVelocity
- Shader Graph skybox material is rendered inccorrectly in builds when "Allow Material Override" or "Cast Shadows" are enabled and the "Deferred" Rendering Path is used
- Object motion is affected by incorrectly added rotation motion when importing animations
- Base class's Context Menu method is called when calling it in the Editor from the child class and the child class overrides this method
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.