Version: 2019.4
Choosing and configuring a render pipeline and lighting solution
Graphics tiers

Using the Built-in Render Pipeline

Unity’s Built-in Render Pipeline is Unity’s older render pipeline. It is not based on the Scriptable Render Pipeline.

You can configure it by choosing between different rendering pathsThe technique Unity uses to render graphics. Choosing a different path affects the performance of your game, and how lighting and shading are calculated. Some paths are more suited to different platforms and hardware than others. More info
See in Glossary
, and extend its functionality with command buffers and callbacks.

This section contains information on the following subjects:

Choosing and configuring a render pipeline and lighting solution
Graphics tiers