Releases: MoralisWeb3/unity-web3-game-kit
Releases · MoralisWeb3/unity-web3-game-kit
Moralis / Unity3D Asset Package v1.0.9
Moralis / Unity3D Asset Package v1.0.8
- 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
- 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
WebGL / Browser Wallet Pre-Release 1
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
Fix of issue #49 Cannot set public access in ACL
Moralis / Unity3D Asset Package v1.0.5
Issue #43 - Authentication - retrieve and add server time to authentication message.
Moralis / Unity3D Asset Package v1.0.4
- 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
- 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
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.