Sample Tutorial: Cavrnus Game Project
Overview
This project is built on the Cavrnus Spatial Connector Plugin to provide a flexible 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 project utilizes Unity's Scriptable Objects to manage 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.
Avatars
Emotes
Environment
Levels
Â