Releases: thirdweb-dev/unity
Releases · thirdweb-dev/unity
v5.18.6
v5.18.5
v5.18.4
v5.18.3
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
v5.18.1
v5.18.0
v5.17.2
v5.17.1
v5.17.0
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 callswallet_revokePermissions
allowing you to fully disconnect the extension - thanks @tulfix !