Skip to content

Instantly share code, notes, and snippets.

@fuqunaga
Created June 25, 2015 06:23
Show Gist options
  • Save fuqunaga/696fab29860e4158a437 to your computer and use it in GitHub Desktop.
Save fuqunaga/696fab29860e4158a437 to your computer and use it in GitHub Desktop.
Screenshot
if ( Input.GetKeyUp(KeyCode.S))
{
var filePath = Application.dataPath + "/screenshot/" + System.DateTime.Now.ToFileTime() + ".png";
Application.CaptureScreenshot(filePath, screenShotScale);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment