Challenge: Custom URP Asset Settings
Tutorial
·
intermediate
·
+0XP
·
15 mins
·
(68)
Unity Technologies

The goal of this exercise is to:
- Customize the Example Project using two URP Assets: one set to maximize graphics, and the other to maximize performance.
- Create two URP Assets and modify their Settings to increase performance and graphical fidelity
1. Customizing URP Asset Settings
- Open up the Render Pipeline Asset in the Inspector
- In Quality, turn on HDR to render HDR lighting.
- In Quality, turn on Anti Aliasing, and set it to 8x
- In Lighting, Ensure the Main Light is set to Per Pixel, to increase the quality of the scene’s main light (rather than Per Vertex)
- In Shadows, Ensure Shadows : Cascades is set to TwoCascades, to improve shadow efficiency.
- In Advanced Settings, Toggle on Dynamic Batching
