Hey guys…
I am trying to capture a Screenshot of my game, when the user loses their last life, to be able to share it showing the highscore made…
My questions are, basically:
- How do I store the picture taken from
Application.CaptureScreenshot("Score.png");
-
Why the editor says “Failed to store screenshot”?
-
Where should I look, in my computer (for now) for that screenshot, once is taken?
Thanks!