Releases: elringus/unity-google-drive
Releases · elringus/unity-google-drive
v0.29
Target Unity version: 2019.4
What's Changed
- Add an option to use specific port for redirct uri under loopback scheme by @nicolasboattini in #136
New Contributors
- @nicolasboattini made their first contribution in #136
Full Changelog: v0.28-alpha...v0.29-alpha
v0.28
v0.27
v0.26
Target Unity version: 2019.2
Changes:
- Auth cancellation on Android is now properly handled. (#53)
- Updated native dependencies
- Removed .NET 2.0 compatibility
- Unity packages are no longer distributed, use packages manifest instead
v0.25
v0.24
v0.23
v0.22
v0.21
v0.20
Package compatible with Unity 2017.3 and higher.
Changes:
- Added custom URI authorization scheme support;
- Added iOS and Android native library dependencies manifest to be used with PlayServicesResolver;
- Added native authorization providers for Android and iOS;
- Fixed authorization issues on Android and iOS (#21, #23, #24);
- Improved
AuthCodeExchanger
andAccessTokenRefresher
requests error logging; - Refactored test and example scripts to remove boilerplate code and make the UI adaptive (#25).