Skip to content

RobbyWD/web3-unity-sdk-1

 
 

Repository files navigation

Web3 Unity SDK

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.

Using the SDK

Read the docs over at https://docs.sequence.xyz/unity-sdk!

Testing the Example locally

  1. Download the latest release of the Sequence Unity SDK UnityPackage
  2. Drag the .unitypackage file into your Unity game project & import the entire thing.
  3. The Sequence Unity SDK currently depends on the Vuplex webview package, so you'll need to purchase and import Vuplex to run the demos.
  4. Open the scene in SequenceSDK/Examples/Demo/Scenes.

Developing the SDK

Formatting

Before committing, please run dotnet format demo-unity-webgl-game.sln

Releases

No releases published

Packages

No packages published

Languages

  • C# 66.2%
  • ShaderLab 28.6%
  • HLSL 5.0%
  • Other 0.2%