Skip to content

Releases: elringus/unity-google-drive

v0.29

19 Jan 12:50
a01c1f9
Compare
Choose a tag to compare

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

Full Changelog: v0.28-alpha...v0.29-alpha

v0.28

16 Nov 21:11
Compare
Choose a tag to compare

Target Unity version: 2019.4

Changes:

  • Fixed links in readme. (#128)
  • Fixed async utils methods silently failing on request error. (#124)
  • Merged android auth lib to this repo for convenience.
  • Minor formatting and cleaning of the sources.

v0.27

29 Jan 22:39
Compare
Choose a tag to compare

Target Unity version: 2019.4

Changes:

  • Made json net assembly internal to prevent conflicts with other similar assemblies. (#76)

v0.26

19 Sep 12:12
Compare
Choose a tag to compare

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

17 Jul 22:30
f61a6c7
Compare
Choose a tag to compare

Target Unity version: 2019.1

Changes:

  • Added an API to cancel pending auth. (#35)
  • Added assembly definition file.
  • Changed package layout to comply with Unity package guidelines.
  • Fixed typos in source code and documentation.

v0.24

16 Nov 16:24
e30d79d
Compare
Choose a tag to compare

Package compatible with Unity 2017.3 and higher.

Changes:

  • Fixed settings provider issues with Unity 2018.3b10 (#31).

v0.23

13 Nov 12:06
Compare
Choose a tag to compare

Package compatible with Unity 2017.3 and higher.

Changes:

  • Fixed an issue when an extra new line symbol was added when sending multipart upload requests (#32).

v0.22

08 Nov 11:58
2d93464
Compare
Choose a tag to compare

Package compatible with Unity 2017.3 and higher.

Changes:

  • Generic response errors are now handled correctly;
  • Fixed multipart upload issue (#30).

v0.21

27 Oct 20:14
5afd6d7
Compare
Choose a tag to compare

Package compatible with Unity 2017.3 and higher.

Changes:

  • Updated settings editor to work with the new unified settings window (Unity 2018.3 and later);
  • Added workaround for using mixed-case app ID on iOS (#24);
  • Fixed player build issues when using IL2CPP backend.

v0.20

09 Sep 14:00
1c62182
Compare
Choose a tag to compare

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 and AccessTokenRefresher requests error logging;
  • Refactored test and example scripts to remove boilerplate code and make the UI adaptive (#25).