Version: Unity 6 Preview (6000.0)
Language : English
GPU Usage Profiler module
Understand performance in URP

Graphics performance and profiling in URP

Resources for understanding and improving rendering performance 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
Understand performance Understand how the performance of your project depends on the Universal Render Pipeline (URP) features you use or enable, what your scenesA Scene contains the environments and menus of your game. Think of each unique Scene file as a unique level. In each Scene, you place your environments, obstacles, and decorations, essentially designing and building your game in pieces. More info
See in Glossary
contain, and which platforms you target. 
Analyze your project Analyze the performance of your project with tools such as the Unity ProfilerA window that helps you to optimize your game. It shows how much time is spent in the various areas of your game. For example, it can report the percentage of time spent rendering, animating, or in your game logic. More info
See in Glossary
or a GPU profiler.
Reducing rendering work on the CPU or GPU Resources for reducing rendering work on the CPU, or adjusting settings to improve performance.
Optimizing draw calls Techniques for speeding up rendering by reducing the number of drawing commands the CPU sends to the GPU.
Rendering Debugger Resources for using the Rendering Debugger window to check lighting, rendering, and Material properties, and identify rendering issues.

Additional resources

GPU Usage Profiler module
Understand performance in URP