Zilliqa's Unity3D SDK
v3.1.1 / 2022.07.08
contact:
Valentin Cobelea - [email protected]
This is our public version of the Zilliqa's Unity3D SDK.
It contains all the blockchain related API rpc calls.
More to come in terms of features.
Details:
The Zilliqa blockchain API is being covered by this SDK.
More API documentation details: https://dev.zilliqa.com/docs/apis/api-introduction
Please open the Assets/Scenes/SampleScene and follow the on screen instructions.
This SDK is using prefabs to showcase the implementation of the blockchain methods.
Folder content:
Assets/Prefabs/ - prefabs for each of the blockchain methods;
Assets/Scenes/ - sample test scene, you can use this one for your tests and also the benchmarking scene with all the API ready for benchmarks;
Assets/Scripts/ - scripts used by each of the prefabs plus general usage scripts;
Assets/zilliqa-sdk/Documentation/ - doxygen documentation webpages, up-to-date with the latest changes;
Install note:
Ensure you have a later Unity version, v2021 or v2020; and API level .NET Standard v2.1 (C#9)
In order to use this git in your Unity3D project, don't forget to first unpack:
Zilliqa-Unity3D-SDK-Additional-files.zip in the project root folder
Or, simply, import into your Unity project the .unitypackage (be sure you get the
latest released version).
.