https://github.com/zilliqa/zilliqa-unity-sdk
Zilliqa's Unity3D SDK
https://github.com/zilliqa/zilliqa-unity-sdk
Last synced: about 1 year ago
JSON representation
Zilliqa's Unity3D SDK
- Host: GitHub
- URL: https://github.com/zilliqa/zilliqa-unity-sdk
- Owner: Zilliqa
- License: gpl-3.0
- Created: 2022-04-11T08:55:18.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-19T18:48:56.000Z (over 3 years ago)
- Last Synced: 2023-03-29T03:47:09.048Z (about 3 years ago)
- Language: C#
- Size: 48.5 MB
- Stars: 10
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# zilliqa-unity-sdk
Zilliqa's Unity3D SDK
v3.1.1 / 2022.07.08
contact:
Valentin Cobelea - valentin@zilliqa.com
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).
.