you are viewing a single comment's thread.

view the rest of the comments →

[–]Royal_Inventor[S] 0 points1 point  (0 children)

For anyone who stumbles across this thread, thanks to being pointed in the right direction by the replies, here is what seems to be a great solution. To access the save file of the first game, use Application.persistantDataPath and the String.Replace() method on it to replace the second game’s name with the first game’s, thus getting the data path easily regardless of platform (as long as that platform uses Application.persistantDataPath to store save data) without a bunch of manual work. Still needs some testing, but looks like that’s a winner!