High Definition Rendering Pipeline (HDRP) in Unity
Objective: Set up a new HDRP project and pull in exported Sci-fi lab.
We will be starting a new project to learn about HDRP. Just like URP, we will open Unity Hub and select New Project.
Now just select which version you want to work in, select 3D Sample Scene (HDRP), and lastly name your project.
When it loads, we will see a sample scene created by Unity.
Th sample scene has a lot going on, we are gonna pull in our project that we have been working on recently. We do this by going to Assets →Import Package → Custom Package…
Now that we have our project in scene we can notice it’s back to yellow!
I have pulled everything from the URP project and added to the materials.
Now that we have set up our project in HDRP, we can start learning more about it. HDRP is typically recommended for projects that will be ported to computers. HDRP will require more processing power than URP.
Thanks for following along today. Have a wonderful day!