1.6 KiB
Convert project with HDRP wizard
Firstly, to install HDRP, add the High Definition RP package to your Unity Project:
- Open your Unity project.
- To open the Package Manager window, go to Window > Package Manager.
- In the Package Manager window, in the Packages: field, select Unity Registry from the menu.
- Select High Definition RP from the list of packages.
- In the bottom right corner of the Package Manager window, select Install.
Note: When you install HDRP, Unity automatically attaches two HDRP-specific components to GameObjects in your Scene. It attaches the HD Additional Light Data component to Lights, and the HD Additional Camera Data component to Cameras. If you don't set your Project to use HDRP, and any HDRP component is present in your Scene, Unity throws errors. To fix these errors, see the following instructions on how to set up HDRP in your Project.
To set up HDRP in your project, use the HDRP Wizard.
- To open the HD Render Pipeline Wizard window, go to Window > Rendering > HD Render Pipeline Wizard.
- In the Configuration Checking section, go to the HDRP tab and click Fix All. This fixes every HDRP configuration issue with your Project.
You have fixed your Project's HDRP configuration issues, but your Scene doesn't render correctly because GameObjects in the Scene still use Shaders made for the Built-in Render Pipeline. To find out how to upgrade Built-in Shaders to HDRP Shaders, see Convert materials and shaders.