Is there a way to save files in a different folder than Application.persistentDataPath on Android platform?
I would like to save a simple .txt file into a cloud storage folder (i.e. gdrive) on an Android platform. Do you think it is possible? Is there a correct way to do that?
Comment