Releases: thirdweb-dev/unity
Releases · thirdweb-dev/unity
v4.16.7
What's Changed
- [Cross-Platform] Updated chains package, added support for more chains.
- [Cross-Platform] Added Oasys Testnet and Vanguard (Vanar Testnet) to list of chains with forced legacy type transactions. Fixes issues with transactions on these chains when not using Smart Wallet.
v4.16.6
What's Changed
- [Cross-Platform] Added support for new chains.
v4.16.5
What's Changed
- [Cross-Platform] Added support for new chains.
v4.16.4
What's Changed
- [Cross-Platform] User-passed Transaction Type fixes.
- [WebGL] Fixed parsing error when explicitly setting a Type.
- [Native] The Transaction builder now respects the Type variable. (Priority: explicit gas price or gas fees > type > chain support for 1559.)
v4.16.3
What's Changed
- [Cross-Platform] Added support for ZkCandy Sepolia Smart Wallets, similar to ZkSync support introduced previously.
v4.16.2
What's Changed
- [WebGL] Fixed edge case where passing a single chain with
WalletConnect
in WebGL would sometimes create a session that did not proposeeth_signTypedData_v4
when using certain wallets, potentially causingmethod does not exist
errors. - [Cross-Platform] Added support for new chains.
v4.16.1
What's Changed
- [WebGL] Added support for ZkSync Native Account Abstraction through Smart Wallets.
This feature was introduced for Desktop and Mobile platforms in 4.15.0 and is now available on all platforms!
v4.16.0
What's Changed
- [Native] MetaMask SDK upgraded to 2.0.1, thank you @ecp4224 !
This is a minor update, meaning some structural or api-breaking changes occured. When upgrading, it is best to remove previous SDK files for a smooth importing process, backing up any prefab copies or scripts extending or overriding thirdweb prefabs and scripts.