Screenshot in editor
Take a screenshot of the Game View in Unity Editor
Engine | Unity |
---|---|
Language | C# |
Description
A small EditorWindow that allows the user to take a screenshot directly from the Unity editor Game View, by clicking on Take screenshot or by pressing a shortcut key. The window is a big wrapper around Unity’s Application.CaptureScreenshot()
method that makes it easy to take a PNG screenshot while editing or playing inside Unity.
Features
- Customizable save path and screenshot filename
- Auto-increment on filename
- Captures exactly what is seen in the Game View, including overlay canvas UI, and at the same resolution
- Supports multiple Game Views (captures the focused Game View)
Screenshots

Editor screenshot window

Game View to capture (mix of 2D and 3D)

Log displayed when taking screenshots

Resulting image