Skip to content

Releases: reown-com/reown-dotnet

Unity AppKit v1.2.0

23 Dec 14:58
3eb458d
Compare
Choose a tag to compare

New

  • Raw message signing
byte[] messageBytes = System.Text.Encoding.UTF8.GetBytes("reown");
string signature = await AppKit.Evm.SignMessageAsync(messageBytes);

Changed

  • Remove dependency on Microsoft.IdentityModel.Tokens
  • Improved WebSockets stability
  • Refactor struct SessionStruct to class Session
  • Don’t invoke AppKit.ChainChanged event when the new chain is null

Fixed

  • WalletConnect URI encoding and expiration in the Web Wallet view
  • wallet_addEthereumChain submitting incorrect RPC URL on WebGL
  • Broken RPC requests against the chains not supported by Reown Blockchain API

Full Changelog: com.reown.appkit.unity/1.1.2...com.reown.appkit.unity/1.2.0

Unity AppKit v1.1.2

29 Nov 13:34
c15ee18
Compare
Choose a tag to compare

New

  • enableEmail flag in the AppKitConfig to enable/disable email login on WebGL
  • ERC-6492 and ERC-1271 signatures validation on native

Changed

  • Upgrade Nethereum to v4.26.0
  • Upgrade AppKit JS to v1.5.3
  • Improved chain switching experience when connected with mobile MetaMask wallet

Fixed

  • AppKit not working in the Editor when the target platform is set to WebGL

Full Changelog: com.reown.appkit.unity/1.1.1...com.reown.appkit.unity/1.1.2

Unity AppKit v1.1.0

25 Nov 09:10
1d38820
Compare
Choose a tag to compare

New

  • Sign-in With Ethereum and 1-Click Auth [Documentation]
  • Improved compatibility with Unity 6
  • Added API for gas amount and price estimation, raw transactions for EVM chains
  • Added Email Login on WebGL
  • Upgrade AppKit JS to v1.5.0 on WebGL
  • It's now possible to use AppKit.Evm methods without being connected to a wallet

Fixed

  • Domain verification in the Cloud blocks connection to the relay on mobile platforms
  • includeWalletIds and excludeWalletIds not working on WebGL
  • AppKit modal UI doesn't fully open on the first launch on some mobile devices
  • Coinbase Wallet is visible in the list of wallets on unsupported platforms

Full Changelog: https://github.com/reown-com/reown-dotnet/commits/com.reown.appkit.unity/1.1.0