Environment - ajuna-network/Polkadot.Unity.SDK GitHub Wiki
Get ready to build
To begin using the Polkadot SDK for Unity
Download the SDK
- Visit the official repository or asset store. TODO ASSET LINK
- Download the latest version of the Polkadot SDK for Unity.
Importing into Unity
- Open your Unity project.
- Import the downloaded SDK package.
Project Structure Overview
The SDK contains the following core folders
- Plugins, containing all the C# Libraries needed for the SDK
- Polkadot Unity SDK, contains the integration examples
- Demo Explorer, Demonstrates accessing on-chain data from various chains.
- Demo Wallet, Showcases a streamlined onboarding process for new users.
- Demo Game, Presents a fully on-chain multiplayer game, offering a foundation for further development.
- Scripts, Generic scripts that are used in the demo projects.
Update the SDK
- coming soon
This page will guide you through the initial steps of setting up the Polkadot SDK in your Unity environment, ensuring you have a solid foundation to start integrating blockchain functionalities into your projects.