You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 21, 2025. It is now read-only.
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 ?