Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Info

All plugin content can be found at the Cavrnus CVT Git Repo and will be referenced throughout this guide.

Getting Started

Accessing the project is simple. The Cavrnus

...

Collab Viewer Git Repo provides a fully-featured UnrealEngine 5.3.2 project that includes a working example of the Unreal CVT project combined with both the CavrnusConnector Plugin and CavrnusCVT Plugin.

...

1. Access Cavrnus CVT Repo

...

You can either use the sample project as a foundation for your next project, or use the provided plugins directly in your own project.

Access Cavrnus Collab Viewer Git Repo

Method 1: Clone Repo with Git

Clone the Cavrnus Collab Viewer Git Repo using your preferred Git client. Using Git will ensure you have easy and up-to-date access to releases of the plugins.

Method 2: Download Repo (No Version Control Needed)

  1. If you’d like to avoid version control altogether,

...

Once cloned

...

image-20240906-004400.pngImage Removed

image-20240906-004411.pngImage Removedimage-20240906-004521.pngImage Removed

image-20240906-004703.pngImage Removed

...

  1. download the project zip as shown below from the Cavrnus Collab Viewer Git Repo.

image-20240913-221654.pngImage Added

Opening the Cavrnus CVT Project

  1. Now that you have the project downloaded, navigate to your downloaded/cloned project’s root folder.

  2. Select your project’s .uproject file to begin building.

  3. Select OK to rebuild module(s) and/or regenerate solution files if it’s a C++ project.

  4. Open project.

...

Use CavrnusCVT menu option in TopRibbon

...

Select Setup Level

image-20240916-152915.pngImage Added
  1. Now that the project is open, locate the CavrnusSpatialConnector Actor in the Level Outliner of the L_Cavrnized_CVT_Level.

  2. In the project outliner, select the “CavrnusSpatialConnector” actor at the root level.

    1. From here you can enter server and space information.

    2. Refer to Configure the Cavrnus Spatial Connector (Unreal Engine) for more information!

  3. With your Cavrnus Spatial Connector properly filled out, you may run the level


Already have an established project?
Lets go through the steps to easily add Cavrnus CVT collaboration.

Adding Cavrnus Collab Viewer to Existing Project

  1. Navigate to your Cavrnus Collab Viewer Git Repo local instance project’s root folder.

  2. Copy/paste both the CavrnusCVT and CavrnusConnector plugins into your project’s Plugins folder.

    1. If your project doesn’t have the Plugins folder, create it and then add the plugins.

    2. Alternatively you can simply copy the entire Plugins folder from the cavrnus-collab-viewer Git repo.

      image-20241223-204031.pngImage Addedimage-20240906-004400.pngImage Addedimage-20240906-004411.pngImage Added

    3. For more information on Unreal Engine Plugins visit Working with Plugins in Unreal Engine.

  3. Now you are ready to build the project. Select the .uproject file to begin building.

image-20240916-151021.pngImage Added
  1. If you are prompted to rebuild any Cavrnus plugin modules, click “Yes” to rebuild them.
    (You could also generate solution files if it’s a C++ project and build from your favorite IDE!)

image-20240916-151603.pngImage Added

  1. Open your project.

  2. Unreal Engine will open to your default editor level. If you have “Show Plugin Content” enabled in the settings, you will see the CavrnusSpatialConnector in the Content Browser folder tree. Here, you will have access to a reference level in the CavrnusSpatialConnector plugin if you need it.

  3. To setup Cavrnus Collab Viewer in your level, navigate to the Cavrnus Collab Viewer menu. Select Setup Level for Cavrnus Collab Viewer from the menu.

    image-20240906-004521.pngImage Added
  4. Notice in the Outliner that two new actors have been added.

    1. These are the actors that manage the connection and behaviors for Cavrnus Spatial Connector and the Cavrnus Collab Viewer, respectively.

image-20240906-004703.pngImage Added
  1. Select the CavrnusSpatialConnector Actor. The CavrnusSpatialConnector Actor has several key fields you must fill out with your information.

    1. Refer to the Spatial Connector for Unreal Engine setup guide for in-depth help.

Tip

At this point, your project has all of the capabilities of Cavrnus and CVT!