Releases: thirdweb-dev/unity
Releases · thirdweb-dev/unity
v5.19.1
What's Changed
- Fixed
WalletProvider.MetaMaskWallet
(for using wallet browser extensions on Web targets) not setting initial active chain id correctly.- This did not cause issues when using MetaMask.
- This did cause issues when using another injected browser wallet that overrides MetaMask.
- You can now use wallets like Rabby with
WalletProvider.MetaMaskWallet
.
Thank you @PixeledSlama!
v5.19.0
v5.18.8
v5.18.7
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
.