Best place to store game data?

Hey guys,

I am wondering what is the best place to store game data (like, saved games, and unimportant assets [audio, text, ect.]). For example, is it better to make a folder in the users directory and store files there, or is it better to keep everything in unity’s game files? Also, are there any better ways that I haven’t thought of yet? I value your opinion, so please don’t be shy about posting your answer!

-Gibson

I think it may be good to save it in unitys game folder so if the user have any problem on the os and have to delete it he don’t lose the saves.

It seems to be all in there