This version of Unity is unsupported.

ScreenCapture

class in UnityEngine

/

Implemented in:UnityEngine.ScreenCaptureModule

Description

Provides methods to take screenshots.

Static Methods

CaptureScreenshotCaptures a screenshot and saves it as a .png file to a specified path.
CaptureScreenshotAsTextureCaptures a screenshot of the game view into a Texture2D object.
CaptureScreenshotIntoRenderTextureCaptures a screenshot of the game view into a RenderTexture object.