Skip to content

Releases: ChainSafe/web3.unity

v1.2.7

01 Apr 16:14
0445dd8
Compare
Choose a tag to compare

This is a minor update

  • Added documentation to SDK. You will now see a documentation folder with our developer portal documentation sub sectioned
  • Returned to our standard WebGLTemplate 2020x
  • Added Cronos WebGLTemplate and standalone.
v1.2.7.mp4

v1.2.6

30 Mar 20:48
2e82a50
Compare
Choose a tag to compare

Build 1.2.6 login updates

  • Wallet modal integration
  • Cronos wallet deep integration
  • Login via scanning QR code
v1.2.6.mp4

v1.2.5

14 Mar 13:36
2f5cde1
Compare
Choose a tag to compare

Release Notes

  • Bugfix addition of get account for wallet connect
  • Removed legacy Web3Template for 2019
  • Renamed Web3Template 2020 to 2020x as this template supports WebGL builds 2020 and up.
  • Updated Chronos to supported chains list in network.js

v1.2.4

23 Feb 21:12
2f5cde1
Compare
Choose a tag to compare

In this release, the SDK will add a network to MetaMask if not currently present in the RPC settings. We have also added support for pagination in all721/1155's

add_network

v1.2.3

21 Feb 22:08
2f5cde1
Compare
Choose a tag to compare

This release adds pagination for allERC721 and 1155's and Hash Message (SHA3)

v1.2.2

03 Feb 14:02
173f4ac
Compare
Choose a tag to compare

Release v1.2.2 adds in-game signing.

Walkthrough video:

IMAGE ALT TEXT HERE

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

27 Jan 19:11
15f5e85
Compare
Choose a tag to compare

Release v1.2.1 adds functionality for a user connecting with web3wallet to remember signed-in user.

Minor updates

  • Updated naming conventions web3mobile to web3wallet

v1.2.0

22 Jan 16:49
693b8b8
Compare
Choose a tag to compare
  • 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

19 Jan 17:54
8e018f0
Compare
Choose a tag to compare

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

16 Jan 17:51
57b88dd
Compare
Choose a tag to compare

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