Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
image-20241203-224055.png

Overview

This project uses is built on the Cavrnus Spatial Connector Plugin to create provide a base project that can be built off of for your needsflexible base for creating multiplayer-enabled Unity applications. It includes built-in support for multiplayer interactions, avatar syncing, space switching, and other collaborative features, making it suitable for projects that require real-time spatial collaboration.

Adding Your Own Data

The data used in this project leverages Unity’s project utilizes Unity's Scriptable Objects to make for adding/removing data easiermanage data effectively. This approach simplifies the process of adding or removing data, ensuring that:

  • Dynamic Updates: Menus are populated automatically from their associated data containers (Scriptable Objects).

  • Ease of Maintenance: Changes to the data containers immediately reflect in the menus without requiring manual intervention.

This structure ensures that you can efficiently customize the application to suit your specific needs without diving deep into code for menu updates.

image-20241203-224949.png

Avatars

image-20241203-224451.png
image-20241203-224540.png

Emotes

image-20241203-224522.png
image-20241203-224628.png

Environment

image-20241203-224708.png
image-20241203-224727.png

Levels

image-20241203-224749.png
image-20241203-224758.png