Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

With the Cavrnus Spatial Connector plugin enabled, there are two ways to setup your scene.

  1. Insert the CavrnusSpatialConnector actor in the level.

  2. Manually implement calls to the Cavrnus API Functions.

Insert the CavrnusSpatialConnector actor

The CavrnusSpatialConnector is a specialized actor class that collects all of the required configuration elements into one convenient location.

  1. Add an instance of the CavrnusSpatialConnector to your level by selecting it from the Cavrnus menu at the top of the Unreal Editor interface.

image-20240417-164715.png

  1. In the level Outliner, select the CavrnusSpatialConnector instance.

image-20240417-164812.png

  1. From the Details panel, you can now configure all of your connection settings for this project:

image-20240417-164916.png

Next Steps

Your level is now connected to a Cavrnus Space. If you run Play-In-Editor, the level will load into that space and you will be able to see the connection in the Session Analyzer. However, in the Session Analyzer you will only see the user logged in. You won’t see any property updates associated with your level.

Next, we will add No-Code Collaboration Components to automatically synchronize an object's Properties. That way they can be synchronized across multiple connections.

Alternatively, you can read up on more advanced techniques in our Developer Guide, or make calls directly using our API Reference.

  • No labels