C# client generated with OpenAPI to provide access to the Virtual Exhibition Manager server API in Unity.
To include the latest version of this package in your Unity project, add the following line to your manifest.json
file:
"ch.unibas.dmi.dbis.vrem.client": "ssh://[email protected]:VIRTUE-DBIS/vrem-unity-interface.git#main",
Alternatively you can also use the Unity Package Manager and add the
URL [email protected]:VIRTUE-DBIS/vrem-unity-interface.git#main
.
For development, clone this repository into the Packages
directory of the Unity project.
You may want to run ./gradlew clean deployAndTidy
to generate the binaries and (re)open the project in Unity in order
to generate the .meta
files.