How to Install the Universal Render Pipeline

Renato Figueiredo
3 min readFeb 14, 2024

--

Objective: Learn how to install the URP.

In order for us to easily install and use the URP, let’s instead of upgrading our existing project, just export our items, and create a new one, making it easier on us.

Exporting our existing assets to a new folder.

Now that we have exported, we can simply create a new project, which we are going to use to import these assets later.

Creating our URP project.

Now we have a new project that is currently using URP. I’m going to create a new folder in our assets and name it Unity, in order to put some things from the sample.

Moving items from the sample to our new Unity folder.

And now we can simply import our package. You can drag and drop into our assets area, or go to Assets -> Import Package -> Custom Package.

Importing our Control_Room package into our new project.

But now when we open our scene, we can see that every item has turned pink. What is up with that ?

Our project in pink.

If we check the items in our project, we can see our Material is using the Standard shader, which is no longer applicable here. So in order for us to fix our issue and be able to use our project, we have to update our materials to URP.

Standard shader for our material.

In order for us to update our shaders, we have to select our intended materials on our Project, and then go to Edit -> Rendering -> Materials -> Convert Selected Built-in Materials to URP.

Converting our materials to URP.

In case any items are still pink in your screen, you just have to manually select them again and update their materials. This can also be done for HDRP, with the only difference being you would have a High Definition Rendering Pipeline instead.

Sign up to discover human stories that deepen your understanding of the world.

Free

Distraction-free reading. No ads.

Organize your knowledge with lists and highlights.

Tell your story. Find your audience.

Membership

Read member-only stories

Support writers you read most

Earn money for your writing

Listen to audio narrations

Read offline with the Medium app

--

--

No responses yet

Write a response