Notice: This SDK has been deprecated and is no longer being actively supported. Please see our new Unity SDK and documentation!
The Sequence Unity SDK provides full Sequence Wallet & Indexer integration for your Unity Games.
This SDK follows Semantic Versioning (major.minor.patch
). While we're still in 0.x.y
builds, API breaking changes can be made at any time. After 1.0.0
, breaking changes will always cause a major
version increment, non-breaking new features will cause a minor
version increment, and bugfixes will cause a patch
version increment.
The demo offers the same functionality as our sequence.js demo dApp, but using Unity UI & the Unity SDK.
Read the docs over at https://docs.sequence.xyz/unity-sdk!
- Download the latest release of the Sequence Unity SDK UnityPackage
- Drag the
.unitypackage
file into your Unity game project & import the entire thing. - The Sequence Unity SDK currently depends on the Vuplex webview package, so you'll need to purchase and import Vuplex to run the demos.
- Open the scene in
SequenceSDK/Examples/Demo/Scenes
.
Before committing, please run dotnet format demo-unity-webgl-game.sln