Skip to content

Commit 272a718

Browse files
authored
Add Unity support for Solana network (#771)
1 parent 4bcbf57 commit 272a718

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

appkit/networks/solana.mdx

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,4 +39,8 @@ The AppKit SDK supports Solana and SVM-based chains, allowing users to connect t
3939
<Card title="React Native" icon="react" href="/appkit/react-native/core/installation#solana">
4040
Get started with AppKit in React Native.
4141
</Card>
42+
43+
<Card title="Unity" icon="unity" href="/appkit/unity/core/installation">
44+
Get started with AppKit in Unity.
45+
</Card>
4246
</CardGroup>

appkit/networks/supported-chains.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Looking for the full list of chains supported by the WalletConnect protocol? See
1414
| Chain | Platforms |
1515
|---|---|
1616
| **EVM** (Ethereum, Polygon, Arbitrum, Optimism, Base, etc.) | React, Next.js, Vue, JavaScript, Svelte, Nuxt, React Native, Flutter, Android, iOS, Unity |
17-
| **Solana** | React, Next.js, Vue, JavaScript, React Native |
17+
| **Solana** | React, Next.js, Vue, JavaScript, React Native, Unity |
1818
| **Bitcoin** | React, Next.js, Vue, JavaScript, React Native |
1919
| **TON** | React, Next.js, Vue, JavaScript, Svelte, Nuxt |
2020
| **TRON** | React, Vue, JavaScript |
@@ -30,7 +30,7 @@ AppKit supports all EVM-compatible chains. As long as the chain is included in [
3030

3131
### Solana
3232

33-
AppKit supports Solana on web frameworks and React Native. You can connect Solana wallets and interact with the Solana network directly through the SDK.
33+
AppKit supports Solana on web frameworks, React Native, and Unity. You can connect Solana wallets and interact with the Solana network directly through the SDK.
3434

3535
<Card title="Solana Setup Guide" icon="circle-nodes" href="/appkit/networks/solana" horizontal>
3636
Get started with Solana in AppKit.

0 commit comments

Comments
 (0)