Ubiq is a Unity networking library for research, teaching and development, maintained by the Virtual Environments and Computer Graphics group at UCL. Ubiq is 100% free and open source.
Ubiq's goal is to enable your networked project. It includes message passing, room management, rendezvous and matchmaking, object spawning, shared binary blobs, multiple synchronisation models, lighweight XR interaction examples, customisable avatars and voice chat across Windows, Linux, Android, MacOS, and Javascript running in the browser.
Instructions for setting up your own server are included. Ubiq does not rely on any third-party services, making it GDPR-safe for your experiments.
To find out more about Ubiq please visit our Introduction here.
- Clone this repository somewhere on your local PC.
git clone git@github.com:UCL-VR/ubiq.git Ubiq
-
Open the
Unity
folder in Unity. To add Ubiq to theUnity Hub
, open theUnity Hub
, clickAdd
, then navigate to/Ubiq/Unity
and clickSelect Folder
. -
Open the
Assets/Samples/Intro/Hello World
scene. -
Click
Play
.
You're connected!
For next steps see our Getting Started guide.