Skip to content

Releases: MoralisWeb3/unity-web3-game-kit

Web3 Game Kit Package v1.2.11

03 Oct 15:12
Compare
Choose a tag to compare

Added Use Moralis back-end integration and disable MoralisClient option.

Web3 Game Kit Package v1.2.10

13 Sep 15:01
Compare
Choose a tag to compare

Added x-moralis-platform and x-moralis-platform-version to the allowHeaders

Web3 Game Kit Package v1.2.9

12 Sep 00:08
Compare
Choose a tag to compare

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

15 Aug 10:24
Compare
Choose a tag to compare
  • 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

25 Jul 14:19
Compare
Choose a tag to compare
  • Add Cronos Testnet support to Web3Api

Web3 Game Kit Package v1.2.4

12 Jul 14:56
0c695a6
Compare
Choose a tag to compare
  • 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

08 Jul 12:51
9970b3f
Compare
Choose a tag to compare

🚨 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

31 May 14:19
Compare
Choose a tag to compare
  • 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

20 May 14:26
1a4ae57
Compare
Choose a tag to compare

⚠️ Please read this before updating your project ⚠️

  • 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

Moralis / Unity3D Asset Package v1.1.0

31 Mar 13:05
d765e47
Compare
Choose a tag to compare
  • Issue #90 - iOS Wallet Images not loaded and displayed
  • Issue #81 - WebGL LiveQuery Callbacks are not fired.
  • Issue #77 - How to login with just username/email and password?
  • Issue #72 - User SignUp, Without Wallet, Fails
  • Issue #56 - WebGL Error with Unity 2021.2.11f1