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 10 Solana.Unity-SDK issues
Sort by recently updated
recently updated
newest added

**Describe the bug** Unity Editor is frozen when local blockchain connection is lost. **To Reproduce** Steps to reproduce the behavior: 1. Start local test validator. 2. Enter Play Mode on...

bug

I'm trying to compile my cross platform game on a Playstation 5 and i'm currently getting errors from this plugin even though I already used compiler flags to exclude all...

bug

**Describe the bug** Trying to do a swap with the SDK triggers security by Phantom and also says that no balances are changed, and they arn't when approved. It happened...

bug

Feature: It would be nice to have something like Web3.CanLogin() which will return true if user has a supported wallet installed and false if he doesn't for example I didn't...

**Is your feature request related to a problem? Please describe.** Missing support retrieving Compressed NFTs & Digital Asset Standard (DAS) API **Describe the solution you'd like** Following the DAS API...

enhancement
good first issue

Jupiter swap does not work for some reason : `SwapQuoteAg swapQuote = await m_dexJupiter.GetSwapQuote(m_tokenSell.MintAddress, m_tokenBuy.MintAddress, DecimalUtil.ToUlong(m_amount, m_tokenSell.Decimals), SwapMode.ExactIn); Transaction tx = await m_dexJupiter.Swap(swapQuote); transaction.Sign(m_walletAccount); var result = await m_clientRPC.SendTransactionAsync(Convert.ToBase64String(transaction.Serialize()));` But...

**Is your feature request related to a problem? Please describe.** After connecting wallet and request to mint, I'm getting " table index is out of bounds " and screen is...

I'm looking for a way to Connect and Sign to wallet on mobile (iOS/Android/Saga) with a single transaction. Currently you first have to connect (takes you from your app to...

enhancement
good first issue

**Is your feature request related to a problem? Please describe.** Loading owned tokens images is currently a manual process **Describe the solution you'd like** Add an easy way to load...

enhancement

**Is your feature request related to a problem? Please describe.** When reloading the page, the wallet adapter prompt again for wallet selection/connection **Describe the solution you'd like** The connection could...

enhancement