The documentation says Application.CaptureScreenshot does nothing if used from inside the web player. But does that include a standalone player? If not, how do I get it to work? Here is what I have that works when I run it from inside the editor.
Application.CaptureScreenshot(@"C:\Windows\ScreenShot.png")
Thanks.