Interact with the Stellar network through UnityThe Stellar Development Toolkit for Unity connects your game or application to the Stellar network. It includes a full-coverage JSON-RPC client and robust XDR to native C# serialization tools. Build, simulate and invoke Stellar functions directly in runtime through a simple async API that returns detailed results as native C# objects.This toolkit does not contain any wallet or asset management features. Please see the Github sample project for implementation details.Features:* Full C# source, no native binaries* Complete Soroban JSON-RPC client compatible with Mainnet & Testnet* XDR serialization and deserialization for all base Stellar types and collections* Building, Simulating and Invocation done through a single entry point (StellarClient)* Totally async and static* More detailed documentation and samples can be found on GitHubPlatform Support:* Intended for Unity 6000.0.24f1* Windows, macOS, Linux, WebGL* Mono and IL2CCP backendsDependencies:This package depends on com.unity.nuget.newtonsoft-json 3.2.2 from the official Unity Registry. Code generation was used to convert the original Rust API layer to C# :)





