How To Upgrade Your Project to URP in Unity

Niraj Karki
Jul 14, 2021

--

2.5D Game Development

Objective: Upgrade your default to Universal RP

First of all go to Windows>Package Manager and then download the Universal RP from the unity registry.

Then right click on the folder you want to store the settings then go to Create>Rendering>Universal Render Pipeline>Pipeline Asset.

This is going to store the URP settings which will be used to upgrade the graphics.

Now go to Edit>Project Settings>Graphics. There you can select the drop down in the scriptable render pipeline settings and select the created setting.

With this your project should be updated to the URP.

If your project is still not upgraded then you can go to Edit>Render Pipeline>Universal Render Pipeline>Upgrade project Materials to UniversalRP Materials to manually upgrade your project.

--

--

No responses yet