by MagicBlock
Quick Fact
Integrate the Solana chain directly in your game.
Solana.Unity-SDK is an open-source collection of tools that helps integrate the Solana blockchain into Unity-based games. It offers native features like full RPC API support, MPL (Metaplex token metadata library) support, NFTS and xNFT support, wallet and social logins, and DEX support.
Solana.Unity-SDK comes with full Solana JSON RPC API support out of the box. This means that developers can make on-chain interactions without needing other libraries. It also supports the creation of non-custodial wallets in Unity. The SDK can encode/decode transactions and messages from/to base64 or wire format, along with instruction decompilation. Because of these features built into the SDK, any developer can get started quickly without having deep blockchain knowledge.
MagicBlock, the creators of the SDK, are creating an entire framework for gaming on Solana by developing multiple tools. Solana.Unity-SDK has various guides on how to do certain operations using the SDK and docs on Solana concepts, which makes development quick.