Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How do I determine which render pipeline I'm using in an existing Unity project?

I have an existing project and just found out there are multiple render pipelines available. I don't remember which I chose (if I chose) back when creating the project. How do I determine which render pipeline I'm using in an existing Unity project?

https://docs.unity3d.com/2019.3/Documentation/Manual/render-pipelines.html

like image 357
A__ Avatar asked Feb 19 '20 23:02

A__


Video Answer


1 Answers

Go to Edit -> Project Settings -> Graphics

enter image description here
If you chose the Built-in Render Pipeline (default) the Scriptable Render Pipeline Settings field will say None.

like image 176
Pluto Avatar answered Oct 26 '22 20:10

Pluto