Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 895 Bytes

README.md

File metadata and controls

23 lines (16 loc) · 895 Bytes

VREM Unity Interface

C# client generated with OpenAPI to provide access to the Virtual Exhibition Manager server API in Unity.

Setup

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://git@github.com:VIRTUE-DBIS/vrem-unity-interface.git#main",

Alternatively you can also use the Unity Package Manager and add the URL git@github.com:VIRTUE-DBIS/vrem-unity-interface.git#main.

Development

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.