enumeration
Thank you for helping us improve the quality of Unity Documentation. Although we cannot accept all submissions, we do read each suggested change from our users and will make updates where applicable.
CloseFor some reason your suggested change could not be submitted. Please <a>try again</a> in a few minutes. And thank you for taking the time to help us improve the quality of Unity Documentation.
CloseThe different areas of profiling, corresponding to the charts in ProfilerWindow.
Each area corresponds to a chart in ProfilerWindow and the accompanying detail pane in its bottom half. These are the categories that group statistical data and provide additional insights into those specific areas.
CPU | CPU statistics. |
GPU | GPU statistics. |
Rendering | Rendering statistics. |
Memory | Memory statistics. |
Audio | Audio statistics. |
Video | Video playback statistics. |
Physics | 3D Physics statistics. |
Physics2D | 2D physics statistics. |
NetworkMessages | Network messages statistics. |
NetworkOperations | Network operations statistics. |
UI | UI statistics. |
UIDetails | Detailed UI statistics. |
GlobalIllumination | Global Illumination statistics. |