-
Notifications
You must be signed in to change notification settings - Fork 0
Environment
Cedric Decoster edited this page Jan 3, 2024
·
1 revision
To begin using the Polkadot SDK for Unity
- Visit the official repository or asset store. TODO ASSET LINK
- Download the latest version of the Polkadot SDK for Unity.
- Open your Unity project.
- Import the downloaded SDK package.
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.
- 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.