- Home /
How To Implement Android Auto Backup to Backup Player Progress?
I'm looking for a method to backup player data but without using Google Play Services, or their cloud saves.
I found this:
[https://developer.android.com/guide/topics/data/autobackup][1] [https://codelabs.developers.google.com/codelabs/android-backup-codelab/][2]
I'm not sure if this requires Google Play Services and I cannot find unity tutorials on this either.
FYI, the reason I am not using cloud save is because my app has reached the maximum plugin capacity and I do not want to use the Gradle method.
Alternatively, if you have a better suggestion to back up player saves, please do share!
Your answer

Follow this Question
Related Questions
Is this code handling fall back on previous saves upon failure the right way? 2 Answers
Create/Save a build or version in case of mistakes ? 1 Answer
Firebase Spark Plan for mobile game 0 Answers
Backing up save data iOS 0 Answers
How do I have an EditorWindow save it's data inbetween opening and closing Unity? C# 5 Answers