This version of Unity is unsupported.

ScreenCapture

class in UnityEngine

/

Implemented in:UnityEngine.ScreenCaptureModule

Description

Functionality to take Screenshots.

Static Methods

CaptureScreenshotCaptures a screenshot at path filename as a PNG file.
CaptureScreenshotAsTextureCaptures a screenshot of the game view into a Texture2D object.