Solana.Unity-SDK icon indicating copy to clipboard operation
Solana.Unity-SDK copied to clipboard

Open-Source Unity-Solana SDK with Full RPC coverage, NFT support and more

Results 22 Solana.Unity-SDK issues
Sort by recently updated
recently updated
newest added

I'm getting error "invalid transaction: Transaction failed to sanitize accounts offsets correctly" making Jupiter swap. ``` string tokenIn = "SOL"; string tokenOut = "PONKE"; decimal amount = 0.001m; ``` ```...

bug

**Bug Description** The wallet is not getting connected to iOS device Error: ArgumentOutOfRangeException: Index and count must refer to a location within the string Web3.setResultUrl( System.Uri uri) Deeplink response from...

bug

I want to use the Core Candy Machine in Unity. When will the SDK for the core candy machine used by Unity be released ?

{"jsonrpc":"2.0","id":19,"error":{"code":-32002,"message":"Transaction simulation failed: Error processing Instruction 2: custom program error: 0x7","data":{"accounts":null,"err":{"InstructionError":[2,{"Custom":7}]},"innerInstructions":null,"logs":["Program noop8ytexvkpCuqbf6FB89BSuNemHtPRqaNC31GWivW invoke [1]","Program noop8ytexvkpCuqbf6FB89BSuNemHtPRqaNC31GWivW consumed 2 of 600000 compute units","Program noop8ytexvkpCuqbf6FB89BSuNemHtPRqaNC31GWivW success","Program noop8ytexvkpCuqbf6FB89BSuNemHtPRqaNC31GWivW invoke [1]","Program noop8ytexvkpCuqbf6FB89BSuNemHtPRqaNC31GWivW consumed 2 of...

bug

This SDK conflicts with any other package that needs a WebSocket-sharp DLL, such as any WebGL multiplayer SDK, such as Unity Netcode and Fusion. Solana SDK has some odd, modified...

**Describe the bug** Cannot make Build **To Reproduce** Create new unity 6000 project and add this package, than switch platform to android and build **Errors** `Duplicate class android.support.v4.app.RemoteActionCompatParcelizer found in...

bug

https://assetstore.unity.com/packages/p/solana-sdk-for-unity-246931 See it is no longer in the Asset store. Will it still be good to use?

This SDK has a conflict when building for Android while using the Google Play Games plugin and the Google AdMob plugin. The issue occurs when either or both plugins are...

**Describe the bug** On some Android devices, when trying to connect to a Solana wallet via Phantom, Phantom app opens up but the connect popup never shows up. it happened...

bug

**Describe the bug** Trying in devnet, 0.7 SOL balanced wallet. Succesfully uploads metadata. But after I click Deploy button when I want to use Candy Machine. It gives null reference...

bug