Skip to content

Moralis / Unity3D Asset Package v1.2.0

Compare
Choose a tag to compare
@KoenRijpstra KoenRijpstra released this 20 May 14:26
· 53 commits to main since this release
1a4ae57

⚠️ 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