Basic capture
ScreenshotCapture.Capture returns a CaptureResult with Success, FilePath, ErrorMessage, and Texture fields. The final resolution is settings.width * settings.sizeMultiplier by settings.height * settings.sizeMultiplier.
One-line convenience wrapper
ScreenshotKitAPI.CaptureScreenshot returns the saved file path, or null on failure. Call ScreenshotKitAPI.SetRuntimeSettings(settings) once to set the settings used when the argument is omitted.
Batch from script
There is no dedicated batch API; loop your own cameras:Panoramas from script
ScreenshotSettings asset, matching the Capture tab’s 360 Panorama section.
See also
- Transparent Capture for alpha-channel output.
- Capture with Mattes for AOV passes alongside the beauty shot.
- Runtime Component for a no-code hotkey in builds.