Myria Game SDK Overview
The Myria Game SDK represents a C# SDK for the Unity platform. It's designed to build a bridge between traditional game development Backend as a Service requirements and blockchain functionality.
info
The Myria Game SDK and its functionality is currently being internally tested by Myria game projects. If you're interested in learning more, then please contact our team.
Installation
You can install the Game SDK as follows:
- upm
- manifest
Open Unity Package Manager
Choose
Add package from git URL
- Paste the git path for the SDK and dependencies:
Dependencies:
https://github.com/mob-sakai/GitDependencyResolverForUnity.git
Myria Game SDK:
https://gitlab.com/myriaworld/myrianet/sdk/myriaverse-sdk.git
Open the
Packages
directoryAdd dependencies to the
manifest.json
file:
{
"dependencies": {
"com.coffee.git-dependency-resolver": "https://github.com/mob-sakai/GitDependencyResolverForUnity.git",
"com.myria.core-sdk": "https://gitlab.com/myriaworld/myrianet/sdk/myriaverse-sdk.git",
}
}