Version: Unity 6.5 Alpha (6000.5)
Language : English
Migrate from the Built-In Render Pipeline to URP workflow
Convert assets and quality levels from the Built-In Render Pipeline to URP

Install and configure URP for an existing Built-In Render Pipeline project

To migrate an existing project that uses the Built-In Render PipelineA series of operations that take the contents of a Scene, and displays them on a screen. Unity lets you choose from pre-built render pipelines, or write your own. More info
See in Glossary
to use the Universal Render Pipeline (URP), you must first install URP and manually configure your project to use it.

If you don’t have an existing project, refer to Create a new project that uses URP.

Note: Projects made using URP aren’t compatible with the High Definition Render Pipeline (HDRP) or the Built-In Render Pipeline. For more information on the different render pipelines, refer to Choose a render pipeline and Render pipeline feature comparison reference.

Install URP

  1. In Unity, open your project.
  2. Go to Window > Package Management > Package Manager to open the Package Manager window.
  3. Go to Sources > Unity Registry. This shows the list of available packages for the version of Unity that you’re currently running.
  4. Select Universal Render Pipeline from the list of packages.
  5. Select Install. Unity installs URP directly into your project.

Configure URP

Before you can start using URP, you need to configure it. To do this, create a URP asset and set URP as the active render pipeline.

Set URP as the active render pipeline

To set URP as the active render pipeline:

  1. Locate the render pipeline asset that you want to use.
    Tip: To find all URP assets in a project, use the following query in the search field: t:universalrenderpipelineasset.

  2. Go to Edit > Project Settings > Graphics.

  3. In the Set Default Render Pipeline Asset section, set Default Render Pipeline to the URP asset. When you select the URP asset, the available Graphics settings change immediately.

Optional:

Set override URP assets for different quality levels:

  1. Select Edit > Project Settings > Quality.

  2. Select a quality level. In the Render Pipeline Asset field, select the render pipeline asset.

Additional resources

Migrate from the Built-In Render Pipeline to URP workflow
Convert assets and quality levels from the Built-In Render Pipeline to URP