Skip to content

Releases: thirdweb-dev/unity-sdk

v4.16.6

26 Jun 18:50
8a6cdaa
Compare
Choose a tag to compare

What's Changed

  • [Cross-Platform] Added support for new chains.

v4.16.5

21 Jun 19:47
3108703
Compare
Choose a tag to compare

What's Changed

  • [Cross-Platform] Added support for new chains.

v4.16.4

14 Jun 16:56
c9520e3
Compare
Choose a tag to compare

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

11 Jun 22:40
8a0d81b
Compare
Choose a tag to compare

What's Changed

  • [Cross-Platform] Added support for ZkCandy Sepolia Smart Wallets, similar to ZkSync support introduced previously.

v4.16.2

11 Jun 14:20
5026d3d
Compare
Choose a tag to compare

What's Changed

  • [WebGL] Fixed edge case where passing a single chain with WalletConnect in WebGL would sometimes create a session that did not propose eth_signTypedData_v4 when using certain wallets, potentially causing method does not exist errors.
  • [Cross-Platform] Added support for new chains.

v4.16.1

08 Jun 03:03
ac7d3ca
Compare
Choose a tag to compare

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

07 Jun 15:20
0ddee14
Compare
Choose a tag to compare

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.

v4.15.3

07 Jun 12:45
2a4b264
Compare
Choose a tag to compare

What's Changed

  • [Native] Improve Polygon Amoy gas estimations.
  • [Native] Fix regression introduced in 4.15.0 whereby InAppWallet login would fail due to incorrect client id propagation. by @FaB0SS
  • [Cross-Platform] Added support for new chains.

v4.15.2

06 Jun 20:11
380f6df
Compare
Choose a tag to compare

What's Changed

  • [WebGL] Added Rabby wallet extension as a WalletProvider option. Also added it in the Prefab_ConnectWallet example.
  • [WebGL] Improved post-error / post-rejection callback speed when a transaction reverts or the user rejects signing it.

38a5ce266a62da6e46c8cdab6bb7d447

v4.15.1

06 Jun 02:31
c77be11
Compare
Choose a tag to compare

What's Changed

  • [WebGL] Greatly improved contract interaction performance/speed when passed a custom ABI.
  • [Native] Fixed edge case where interacting with a contract that has two or more functions of the same name would result in the first function being called or throw.