This is a robust, flexible and scalable solution that allows game devlopers to take full advantage of the Tezos Blockchain.
GFT runs on node and Unity LTS version 2020.3.
Please install them before you begin.
Clone this repo and in terminal enter:
nmp install
This will install required packages.
Unity project should be built as WebGL and named public
- the output /Build/
directory is placed in the /public/
folder.
This repo contains an example Unity WebGL Component already built and placed in the /public/Build/
folder, it shows the basic functionality.
For more information, please see the repo that handles this https://github.com/jeffreylanters/react-unity-webgl
To create an optimized build that can be deployed, in terminal enter:
npm run build
You can now simpley drag-and-drop the build
folder to deploy to netlify.
This article gives a step-by-step, comprehesive walkthrough of all the functions and components of GFT!
GFT runs on node and Unity LTS version 2020.3.