Search found 1 match

by Cunibon
Mon May 02, 2022 7:52 pm
Forum: General Discussion
Topic: Cloud save not working on Android
Replies: 1
Views: 498

Cloud save not working on Android

I'm working on some silly project and wanted to try out the cloud saving capabilities of ES3. It works great on WebGl and in the unity editor but seems to do nothing on android 12. I have this code: void Start() { StartCoroutine(StartEnum()); } public IEnumerator StartEnum() { yield return StartCoro...