if (Input.GetKeyDown(KeyCode.K))
{
var screenShot = string.Format("{0}/Shot.png", Environment.GetFolderPath(Environment.SpecialFolder.MyDocuments));
Application.CaptureScreenshot(screenShot);
}
but retrieve a black image…
I put the code in LateUpdate or Update but the issue is in both situations.
same thing here. i tried a whole bunch of scripts ppl had and I manage to get everyone to work, i get the screenshots but they are all solid black. Is this because of the Unity free version? or basic or whatever its called?