I want my game to save a png. Using the answer here I can do that, but how/where do I save them to a path relative to the game and not specific to my computer?
Is there a path similar to how PlayerPrefs are saved such that I don't need to know or specify where they are saved, but the OS and Unity know where to create them?