Hi all,
We used our own engine to develop an iOS game before, and we’d like to use Unity to release an update of this game. We’d like the users to use the same savegame as before, so they don’t need to start the game again from scratch. Our own engine used the Application Support directory to store the savegames on iOS, and we’d like to use the same directory in Unity too. The game is already ported in Unity, this is the last thing needed so we can release the update.
We’d like to reach the Application Support folder on iOS through Unity. If anyone could help us that would be great!