Ethereum Unity Boilerplate Versions Save

Unity Web3 Game Kit is the fastest way to connect and build games for Web3. It provides a single workflow for building high performance dapps. Fully compatible with your favourite platform.

V1.0.9

2 years ago
  • 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

v1.0.8

2 years ago
  • 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_browserwallet_p2

2 years ago
  • 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

webgl_browserwallet_p1

2 years ago

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

v1.0.7

2 years ago
  • Issue #57 - WalletConnect.AppData not automatically set
  • Issue #59 - Web3Api.Native.GetContractEvents - invalid parameter
  • Issue #61 - Speedynode Should not be used in Client

v1.0.6

2 years ago

Fix of issue #49 Cannot set public access in ACL

v1.0.5

2 years ago

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

v1.0.4

2 years ago
  • 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

v1.0.3

2 years ago
  • 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.

v1.0.2

2 years ago

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.