I want to capture my game with
if(Input.GetKey("c"))
{
Application.CaptureScreenshot("Screenshot.png");
}
then export that image to folder name User Profile/Screenshot in My Documents
And I also want to make flash effect when taking a screenshot