A Game Tutorial built with Unity3D and Matic.Net, to democratize modern blockchain game with Matic.
- Install Unity3D from https://store.unity.com/ . A recent stable version such as 2019.2.4f1 is recommended.
- Download this tutorial project into your local workspace.
- Download Matic.Net and dependent Nethereum libraries from https://github.com/think-in-universe/matic.net/releases, and put them into Asset/Plugins folder of Unity3D projects.
- Update the
FROM_ADDRESS
andPRIVATE_KEY
fields in Settings.cs with your own address and private key. - Open the tutorial project in Unity3D, and run the projects to start the games.
A Unity3D demo with Unity UI that demostrates how to get balance, deposit to child chain, transfer in Matic child chain, withdraw to parent chain, etc.