Skip to main content
ScreenshotKitCapture is a MonoBehaviour for no-code captures in builds. Add it via Add Component > ScreenshotKit > Screenshot Capture.

Inspector fields

From script

Capture() returns the saved file path, and OnCaptured fires with the same path after each successful capture (hotkey or scripted).
The built-in hotkey needs the legacy Input Manager. On the new Input System, leave Capture On Hotkey off and call Capture() from your own input action instead.

See also

  • Capture for the static API this component wraps.