...
Real-time applications built in Unity can be connected to the Cavrnus platform by placing the corresponding Cavrnus Metaverse Connector plugin in the project folder. Once enabled, developers have access to the following functions to enhance the functionality and data sharing of the project.
CAVRNUS FUNCTIONS
Core
InitializeCavrnus | Sets up all static helpers and systems requried for Cavrnus to run | void |
Authentication
Checks if you are logged in | N/A | bool | |
Gets guest user credentials, allowing you to join valid spaces and make other requests | FString server, | void | |
Gets guest user credentials via a link, and informs you of the spaceId you should then join | FString server, | void |
...