Skip to content

Releases: MoralisWeb3/unity-web3-game-kit

Moralis / Unity3D Asset Package v1.0.9

09 Mar 18:05
0886a88
Compare
Choose a tag to compare
  • Issue #82 - Web3Api Native RunContractFunction Deserialization fails
  • Issue #80 - WebGL, LiveQuery - DELETE: Good response has an Empty content
  • Issue #75 - eature Request: CreateAsync
  • Issue #69 - Detecting failed SaveAsync
  • Issue #50 - On Object Create ACL not instantiated

Moralis / Unity3D Asset Package v1.0.8

02 Mar 13:43
Compare
Choose a tag to compare
  • Issue #32 - Replace Wallet Connect with In-Browser Wallet Interface for WebGL
  • Issue #70 - User Save Fails
  • Fixed WebGL error: Unsupported internal call for IL2CPP:RuntimeInformation::GetRuntimeArchitecture
  • Check if the user has setup the Server URI and Application Id
  • Remove Speedy Node Requirement and Defects

WebGL / Browser Wallet Pre-Release 2

01 Mar 18:44
31f7183
Compare
Choose a tag to compare
Pre-release
  • Issue #32 - Replace Wallet Connect with In-Browser Wallet Interface for WebGL
  • Issue #39 - Web3: Add Integrated Transfer Method
  • Issue #70 - User Save Fails
  • Fixed WebGL error: Unsupported internal call for IL2CPP:RuntimeInformation::GetRuntimeArchitecture
  • Check if the user has setup the Server URI and Application Id
  • Remove Speedy Node Requirement and Defects

Moralis / Unity3D Asset Package v1.0.7

18 Feb 23:16
669aafc
Compare
Choose a tag to compare
  • Issue #57 - WalletConnect.AppData not automatically set
  • Issue #59 - Web3Api.Native.GetContractEvents - invalid parameter
  • Issue #61 - Speedynode Should not be used in Client

WebGL / Browser Wallet Pre-Release 1

26 Feb 23:12
Compare
Choose a tag to compare
Pre-release

This is a pre-release package of the WebGL / Browser wallet (i.e. Metamask) feature for user testing.

Moralis / Unity3D Asset Package v1.0.6

14 Feb 22:14
bdbcfdc
Compare
Choose a tag to compare

Fix of issue #49 Cannot set public access in ACL

Moralis / Unity3D Asset Package v1.0.5

11 Feb 18:12
90483fb
Compare
Choose a tag to compare

Issue #43 - Authentication - retrieve and add server time to authentication message.

Moralis / Unity3D Asset Package v1.0.4

09 Feb 15:55
Compare
Choose a tag to compare
  • Issue #19 - Moralis User and Moralis Object both have a session token property
  • Issue #23 - Moralis Web3Api (non WebGl) API Clients are not Asynchronous.
  • Issue #25 - iOS XCODE Update Causes Build Error
  • Issue #27 - Create Object Does Not Set ClassName
  • Issue #31 - Integrate SolanaAPI into Moralis / Unity SDK
  • Issue #34 - Null ObjectService in MoralisObjects loaded via Query

Moralis / Unity3D Asset Package v1.0.3

21 Jan 22:17
c7d29e9
Compare
Choose a tag to compare
  • Wallet Connect Update Integration - fixes iOS and Android sign issues with Wallet Connect.
  • Nethereum integration - Include wallet connect / NEthereum library to support changing chain state in game.
  • Fix FileSave method, WebGL - Under WebGL the FileSave uri for the backend was incorrect, corrected this.
  • Issue #10 - HttpUtility does not exist in current context
  • Issue #13 - Moralis Client Delete Method not Implemented
  • Issue #14 - Moralis Object DeleteAsync not Implemented
  • Issue #17 - Wallet Connect Unity, move dependencies
  • Issue #18 - Wallet Connect duplicate files
  • Add Gif Decoder
  • Re-Order folders / namespaces to better fit dependencies, etc.
  • Fix issue with Web3Api call contract function to pass abi / params as seperate items instead of children of an object.
  • Add Nethereum wrappers for ease of use.
  • Enhance the demo so that the orcs can be killed, the chest opened, and add effects to the player's sword.
  • Add an NFT that can be claimed once per address on Mumbai network.

Moralis / Unity3D Asset Package v1.0.2

02 Jan 03:15
782560a
Compare
Choose a tag to compare

Create a namespace divided duplicate of the SDK modified to operate in WebGL.

  • Use UniTask as a replacement for System.Threading.Tasks.
  • Re-write of most async methods to not use thread pools and to use UniTask tasks.
  • Creation of WebSocket replacement based on UnityEngine.Networking.
  • Creation of WebClient replacement based on UnityEngine,Networking andf UnityWebRequest.

Please see WebGL in the main Moralis / Unity3D ReadMe file for important instructions for integrating Moralis with WebGL Unity3D applications.