Version: Unity 6 Preview (6000.0)
Language : English
Optimize for untethered XR devices in URP
Scriptable Render Pipeline (SRP) Batcher in URP

Optimizing draw calls in URP

Techniques for speeding up rendering by reducing the number of drawing commands the CPU sends to the GPU, in the Universal Render PipelineA series of operations that take the contents of a Scene, and displays them on a screen. Unity lets you choose from pre-built render pipelines, or write your own. More info
See in Glossary
(URP).

Page Description
Scriptable Render Pipeline Batcher Resources for using the Scriptable Render Pipeline (SRP) Batcher to reduce the number of render state changes between draw calls.
BatchRendererGroup API Resources for using the BatchRendererGroup API to reduce the number of batches in the SRP Batcher.

Additional resources

Optimize for untethered XR devices in URP
Scriptable Render Pipeline (SRP) Batcher in URP