| [ Web Proxy ] |
| Viewing: https://docs.unity3d.com/ScriptReference/Profiling.Profiler.SetScreenshotCaptureFrameInterval.html | [Back] [Original] |
| Parameter | Description |
|---|---|
| frames | The number of frames until the next screenshot. |
Alter the rate that the Profiler takes a new screenshot for capture list thumbnails.
By default, the Profiler takes a screenshot every 15 frames to be used when the profiling session is saved to disk. Use this function to alter how frequently that happens.
For example, set the value to 1 to screenshot every frame, to make sure the saved thumbnail is the most up-to date. Set to 0 or a negative number to disable the functionality.
| Web Proxy Viewer | New URL | Original Page |