The streaming path issue on Android, the plugin cant access directly into the Streaming folder on Android, as far as we know streaming path cannot be access directly in Android, and i have try several solution , for example , my first solution was tried to change the path folder into persistent data , rewrite the credential data on persistent, and load from there , for the PC is work correctly , but in Android appear some issue , "JSON exception for newtonsoft ", "E/Unity: JsonSerializationException: Unable to find a constructor to use for type Google.Apis.Auth.OAuth2.JsonCredentialParameters", is there any way that i can send the credential JSON directly from streaming asset path on Android ?
