Skip to content

Releases: thirdweb-dev/unity

v5.18.6

13 Mar 14:58
ce2a2f9
Compare
Choose a tag to compare

What's Changed

  • Additions from Thirdweb's .NET SDK Release 2.18.5

v5.18.5

12 Mar 18:00
c312d65
Compare
Choose a tag to compare

What's Changed

  • Additions from Thirdweb's .NET SDK Release 2.18.4

v5.18.4

12 Mar 14:43
24fdc20
Compare
Choose a tag to compare

What's Changed

  • Additions from Thirdweb's .NET SDK Release 2.18.3

v5.18.3

11 Mar 20:10
94812c8
Compare
Choose a tag to compare

What's Changed

  • Fixed a WebGL issue where logging in using a social auth method, then attempting to login with another social auth method could cause connectivity with the popup to be lost, eventually causing a TimeoutException.

v5.18.2

28 Feb 21:03
c29b84b
Compare
Choose a tag to compare

What's Changed

  • Additions from Thirdweb's .NET SDK Release 2.18.2

v5.18.1

21 Feb 22:56
cfc0941
Compare
Choose a tag to compare

What's Changed

  • Additions from Thirdweb's .NET SDK Release 2.18.1

v5.18.0

21 Feb 22:14
9a1a87d
Compare
Choose a tag to compare

What's Changed

  • Additions from Thirdweb's .NET SDK Release 2.18.0

v5.17.2

13 Feb 21:05
994c22b
Compare
Choose a tag to compare

What's Changed

  • Additions from Thirdweb's .NET SDK Release 2.17.2

v5.17.1

07 Feb 18:41
b7ae06e
Compare
Choose a tag to compare

What's Changed

  • Additions from Thirdweb's .NET SDK Release 2.17.1
  • Added connect analytics for external Unity-specific wallets that would show up on your thirdweb dashboard alongside other wallet types

v5.17.0

24 Jan 23:05
c9b81e3
Compare
Choose a tag to compare

What's Changed

  • Additions from Thirdweb's .NET SDK Release 2.17.0
    • Includes Thirdweb Nebula AI Integration.
    • Combine with Backend Wallets & Account Abstraction to create truly unique experiences.
  • Moved analytics to the .NET SDK (DLL), removed from ThirdwebManagerBase.
  • MetaMaskWallet.Disconnect now calls wallet_revokePermissions allowing you to fully disconnect the extension - thanks @tulfix !