Releases: elringus/unity-google-drive
Releases · elringus/unity-google-drive
v0.19
v0.18
v0.17
Target Unity version: 2017.4
Changes:
- Added helper method to create or update files by path;
- Added support for Google Docs type import;
- Fixed auth issues on iOS (#18);
- The loopback auth provider will now work asynchronously on .NET 2.0;
- The http listener is now properly disposed after handling the loopback request callback.
v0.16
Target Unity version: 2017.4
Changes:
- Query attribute is now protected under request class to prevent misuses;
- Added static async helpers to find files by path.
v0.15
v0.14
v0.13
v0.12
Target Unity version: 2017.4
Changes:
localhost
will now be used by default for local loopback auth requests to resolve auth issues on iOS;- Added option to change local loopback URI in the settings.
v0.11
Target Unity version: 2017.4
Changes:
- Fixed request progress tracking.