Releases: ChainSafe/web3.unity
Releases · ChainSafe/web3.unity
v1.2.7
v1.2.6
v1.2.5
v1.2.4
v1.2.3
v1.2.2
Release v1.2.2 adds in-game signing.
Walkthrough video:
Known issues:
Deep links do not work for Android 12 refer to this link to help resolve this issue.
MetaMask/metamask-mobile#3678
v1.2.1
v1.2.0
- Version 1.2.0 now supports Mobile and Desktop builds via Web3Wallet
- Mobile and Desktop Prefabs provided for SendTransaction - SignMessage - Transfer20 - Transfer721 - Transfer1155
- There is a known bug in Android with environment not being checked correctly in some use cases and will be updated in the next release.
1.1.0
Release notes
- Removed modal and now defaults to browser extension wallet i.e MetaMask
- Variable name changed from networkId to web3ChainId
- If you want to add a modal as in previous releases follow instructions in the WebGLTemplates folder file named readme.md for a guide on how to implement this.
We have also added a game-web3gl playground
v1.0.15
Removed JSON.Net dependency as this comes with newer versions of Unity3D. If you are using an older version of Unity and experiencing the error The type or namespace name 'Newtonsoft'
when importing the SDK. You will need to install it manually from the Unity Asset Store with the link provided.
https://assetstore.unity.com/packages/tools/input-management/json-net-for-unity-11347