Releases: MoralisWeb3/unity-web3-game-kit
Releases · MoralisWeb3/unity-web3-game-kit
Web3 Game Kit Package v1.2.11
Added Use Moralis back-end integration and disable MoralisClient option.
Web3 Game Kit Package v1.2.10
Added x-moralis-platform and x-moralis-platform-version to the allowHeaders
Web3 Game Kit Package v1.2.9
Issue 68 - Solana throws null reference error
Issue 96 - SolanaAPI thrown NullReferencec Exception
Add x-moralis-platform and x-moralis-platform-version analytical headers
Web3 Game Kit Package v1.2.7
- Added sign and login to Moralis option. This option is enabled by default but can be disabled to allow for custom sign and authentication solutions.
- RunContractFunction now generic typed
- Added cursor / pagination handling to Web3Api Account and Native calls.
Web3 Game Kit Package v1.2.5
- Add Cronos Testnet support to Web3Api
Web3 Game Kit Package v1.2.4
- Fixed WalletConnect not persisting on a scene change
- Fixed HexBigInteger not return the right value in Unity 2021.3.34f
Web3 Game Kit Package v1.2.3
🚨 Please read before updating 🚨
- Skipped Moralis Web3 Unity SDK v1.2.2 the due to WalletConnect stability issues
- There currently is no way to check if a WalletConnect session is still valid and therefore the AuthenticationKit will now always do a full authentication cycle (Connecting, Signing, Setting up the MoralisUser) on game start to mitigate this issue
- We removed the duplicate AuthenticationKit from the Assets/Prefabs folder and it is now recommend to use the one in:
Packages/io.moralis.web3-unity-sdk/Runtime/Kits/AuthenticationKit/Prefabs/AuthenticationKit.pref
Changelog
- Fixed WalletConnect stability issues
- Fixed UnityWebRequest memory leaks
- Fixed WebSocket.jslib naming conflict with Photon
- Improved menu items for better exposure of the AuthenticationKit in packages
- Issue #125 Update MoralisUserService to send signin with username/password from GET to POST
- For all 1.2.2 updates please see the changelog
Web3 Game Kit Package v1.2.1
- Issue Web3Api Token Endpoint Missing Operations
- Issue MoralisUser Should be Fully Functional Using Default Constructor
- Issue TaskQueue Causes Unexpected Behavior but is No Longer Needed
- Issue Cronos Integration - Added support for Cronos chain.
Moralis / Unity3D Asset Package v1.2.0
- Changed namespace from MoralisWeb3ApiSdk to MoralisUnity
- Changed MoralisInterface to Moralis
- Changed Moralis.Initialize to Moralis.Start
- Added new Setup Wizard (Settings are stored in a ScriptableObject)
- Removed knight demo and added new Introduction demo
- Seperated core functionality into web3-unity-sdk package (UPM): https://github.com/MoralisWeb3/web3-unity-sdk
- Added new web3-unity-sdk package as dependency with NPMJS: https://www.npmjs.com/package/io.moralis.web3-unity-sdk
- Updated Newtonsoft dependency to 3.0.2
- Updated WalletConnect
- Fixed warnings / removed debugs
- Issue #26 - Updating Version Control in Package Manager causes errors
- Issue #42 - Please release this as a UPM-compatible package
- Issue #56 - WebGL Error with Unity 2021.2.11f1
- Issue #71 - With Unity 2020.3.30 Newtonsoft Missing
- Issue #76 - Compile error after adding Unity Collections package
- Issue #92 - WalletConnect Session Fails to Reconnect
- Issue #93 - [WebSocket] Exception Unexpected character encountered while parsing value: M. Path '', line 0, position 0.
- Issue #95 - MoralisInterface.LogInAsync(user, pass) Does Not Set Current User