web3-unity-sdk icon indicating copy to clipboard operation
web3-unity-sdk copied to clipboard

Moralis Web3 Unity SDK provides full wallet and blockchain integration for your Unity Game. Full cross-chain and L2 support. Feel free to fork and contribute.

Results 9 web3-unity-sdk issues
Sort by recently updated
recently updated
newest added

## Work done - Added Contribution.md - Added token endpoint added for SolanaApi - Fixed issue #59 ## Work in progress - testing the same on unity - Documentation on...

Moralis 2.0 supports token endpoint under solanaApi therefore addition of such in sdk would be appreciated

The type or namespace name 'MoralisUnity' could not be found (are you missing a using directive or an assembly reference?) [Assembly-CSharp]csharp(CS0246) I've imported web3-unity-sdk and entered all my dapp info,...

In the class MoralisQuery in the FirstOrDefaultAsync method, the SDK doens't check if the item is null which causes a NullRefException. What the function should be : ``` public async...

I have a query like this : ``` MoralisQuery q = await Moralis.Query(); q = q.WhereEqualTo("nftContract", contract); q = q.WhereEqualTo("tokenId", tokenId); q = q.OrderByDescending("createdAt"); q = q.Limit(1); BuyPriceAcceptedEvent acceptedEvent =...

The DeleteAsync method in the Moralis class will always throw an exception. It seems to missing an "else" ![image](https://user-images.githubusercontent.com/4965714/192827578-151f1887-2a75-4e82-b17c-c3a28af76b0b.png) Like this : ![image](https://user-images.githubusercontent.com/4965714/192827675-0115fad8-d55b-4c06-98ae-e37eb962cfa9.png)

curl --request GET \ --url 'https://deep-index.moralis.io/api/v2.2/wallets/0x359923dC48110e9726Da0E975DbA2E7D6aeCFD4d/chains?chains%5B0%5D=bsc' \ --header 'accept: application/json' \ --header 'X-API-Key: YOUR_API_KEY' _Originally posted by @RZ7272 in https://github.com/MoralisWeb3/docs/issues/260#issuecomment-1726617139_

How to migrate: https://docs.walletconnect.com/2.0/advanced/migrating-from-v1.0

Hi Moralis team, together with @YosephKS we found a minor mismatch between the Unity SDK and the EVM API code generated for the self-hosted server cloud code. In [NativeApi.cs#L451](https://github.com/MoralisWeb3/web3-unity-sdk/blob/main/Runtime/Web3Api/Api/NativeApi.cs#L451) and...