Hello everyone.
I’m building an app on mobile AND desktop where I have to share a save file.
I need to download the file when I start the app and upload it to the same location later (if I can connect to internet. If not, the save is local), when I press a save button.
I’m currently working with Firebase, but it seems I can’t upload the file with the desktop app, even using UnityWebRequest.
Does anyone know a free way to share a light file between my (Android) phone and my (Windows) PC ?