Search code examples
unity-game-enginerenderer

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


Solution

  • 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.