Unity AppKit v1.2.0
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
toclass 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