The Video 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 module displays information about what resources the video in your application is using, such as memory, buffering, and number of video clips. You can use this to determine how efficiently your application plays back and buffers videos on your selected platforms. You can also use the CPU Usage Profiler module to assess where Unity spends time on video. For more information, see the CPU Usage Profiler module documentation.
The Video Profiler module’s chart is divided into four categories. To change the order of the categories in the chart, you can drag and drop them in the chart’s legend. You can also click a category’s colored legend to toggle its display. For more information on how to use the Profiler window, see the documentation on Getting started with the Profiler window.
Chart | Description |
---|---|
Total Video Sources | The total number of video sources in your SceneA 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. |
Playing Video Sources | The number of video sources playing in your Scene. |
Pre-buffered frames | The total number of pre-buffered frames. |
Total Video Memory | The amount of system memory the video in your application is using. |
When you select a frame in the Video Profiler module, the module details pane at the bottom of the Profiler window displays further detailed information on the video playback in your Scene. The following information is available:
Detail | Description |
---|---|
Total Video Sources | The number of video sources in your Scene. |
Playing Video Sources | The number of video sources playing in your Scene. |
Paused Video Sources | The number of video sources that are paused. |
Software Video Playback | The number of videos playing that the platform doesn’t natively support. |
Pre-buffered frames | The total number of pre-buffered frames. |
Pre-buffered frame limit | The pre-buffered frame limit. Unity buffers up to 16 frames per clip. |
Total frames dropped | Number of frames that Unity had to skip in order to maintain real time. This might happen when your application runs slowly and cannot produce frames fast enough to play in real time. |
Video Clip Count | The number of video clips in your Scene. |
Total Video Memory | The amount of system memory the video in your application is using. |
Did you find this page useful? Please give it a rating:
Thanks for rating this page!
What kind of problem would you like to report?
Thanks for letting us know! This page has been marked for review based on your feedback.
If you have time, you can provide more information to help us fix the problem faster.
Provide more information
You've told us this page needs code samples. If you'd like to help us further, you could provide a code sample, or tell us about what kind of code sample you'd like to see:
You've told us there are code samples on this page which don't work. If you know how to fix it, or have something better we could use instead, please let us know:
You've told us there is information missing from this page. Please tell us more about what's missing:
You've told us there is incorrect information on this page. If you know what we should change to make it correct, please tell us:
You've told us this page has unclear or confusing information. Please tell us more about what you found unclear or confusing, or let us know how we could make it clearer:
You've told us there is a spelling or grammar error on this page. Please tell us what's wrong:
You've told us this page has a problem. Please tell us more about what's wrong:
Thank you for helping to make the Unity documentation better!
Your feedback has been submitted as a ticket for our documentation team to review.
We are not able to reply to every ticket submitted.