Releases: elringus/unity-google-drive
Releases · elringus/unity-google-drive
v0.9
v0.8
Target Unity version: 2017.4
Changes:
- Fixed async extensions defines to work on .NET Standard 2.0 API;
- Added non-generic request handle.
v0.7
Target Unity version: 2017.4
Changes:
- Added async extension for the GoogleDriveRequest class (.NET 4.x scripting backend required).
v0.6
Target Unity version: 2017.4
Changes:
- Added non-generic abstract request class;
- Disabled automatic settings asset creation on editor initialization to prevent issues when updating the package. Settings asset should now be manually created (via 'Edit -> Project Settings -> Google Drive Settings') when importing the package for the first time.
v0.5
Target Unity version: 2017.4
Changes:
- Changed target Unity version to 2017.4;
- Removed deprecated Unity APIs;
- Added download audio file method;
- Added download texture file method;
- Updated test scripts and scenes for better usability.
v0.4
Target Unity version: 5.6
Changes:
- Implemented Changes API support;
- Fixed local loopback request issues on some platforms;
- Added logging for token exchange errors.
v0.3
Target Unity version: 5.6
Changes:
- Fixed issues when running requests in editor;
- Web requests are now properly disposed on authentication errors;
- Added option to delete cached authentication tokens.
v0.2
Target Unity version: 5.6
Changes:
- Fixed file.export method not returning content data.