unity-web3-game-kit
unity-web3-game-kit copied to clipboard
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.
Get error when using user.SaveAsync(); File UniversalWebClient.cs line 87 try { await webRequest.SendWebRequest(); } catch (Exception exp) { Debug.LogError($"Target: {httpRequest.Target}"); Debug.LogError($"Error: {exp.Message}"); } Error: HTTP/1.1 400 Bad Request {"code":206,"error":"Insufficient auth."}
After logging in via WalletConnect, I can change my MoralisUser's instance information without any problem. However I can't do it anymore after a few seconds, I get an error `MoralisSaveException:...
; unity webgl minting not work...........wating massage : "Please confirm transaction in your wallet" but not open metamask and confirm
Hi, I have both Chainsafe's Unity SDK installed and now Moralis, but since installing Moralis, I've been getting an issue about ambiguous invocation. For example these 3 methods: ` public...
As stated in the issue [#77](https://github.com/ethereum-boilerplate/ethereum-unity-boilerplate/issues/77) if I need to create new user with just Username/email and password I am not able to create it, and I cannot see the...
unity version: Unity 2020.3.27f1 building for: WebGL When you click the connect button that comes as part of the default 'AuthenticationKit' prefab we get an error: GET http.///52171504 [HTTP/1.1 404...
Get a MoralisUser in C# user.username = "existing username" user.email = "existing email" bool result = await user.SaveAsync() result will be false. but you do not know if the failure...
The contract has been deployed on Cronos Testnet. And testing through Unity editor by connecting and signing on cronos testnet using Metamask mobile. (Also did same for Mumbai testnet) When...
I am using Unity 2021.3.9f1 (latest stable) and i created empty project. And i added moralis v1.2.7 (latest). Also, i created ropsten test server with moralis. But when i try...