Installation
Last updated
Last updated
Requires Unity 2019.1+ with .NET 4.x+ Runtime
This package can be included into your project by either:
Installing the package via Unity's Package Manager (UPM) in the editor (recommended).
Importing the .unitypackage which you can download .
Manually add the files from the repo.
Installing it via NuGet. (for Standard .NET users)
In your Unity project:
Open the Package Manager Window/Tab
Click Add Package From Git URL
Enter URL: https://github.com/liquiidio/HyperionApiClient.git#upm
Download the .
Then in your Unity project:
Open up the import a custom package window
Navigate to where you downloaded the file and open it.
Check all the relevant files needed (if this is a first time import, just select ALL) and click on import.
Then in your Unity project, copy the sources from HyperionApiClient
into your Unity Assets
directory.
> dotnet add package Liquiid.io.Hyperion
PM> Install-Package Liquiid.io.Hyperion
Download this .