phoria.studios.networking-lbxr
v1.0.0
Published
Package for connecting devices on a local network, coordinating a server and client session that any other devices on same network can access.!B
Downloads
67
Readme
lbxr-networking ReadMe
Description
Package for connecting devices on a local network, coordinating a server and client session that any other devices on same network can access. WIP package, see ongoing documentation and development here : https://phoria.slite.com/api/s/lf2_bt3UMQ188x/RONE-shared-playspace
Features
- Auto discovery of devices on same network over UDP
- Begin networking session on local network between those devices using unity netcode
- Helpers that connect these functions to PHORIA sequencing and scene setups
- Avatar connected to meta body tracking rig
Prerequisites
- Unity 22.3.32f1
- Netcode for gameobjects
- Meta essentials and movement sdk
Usage
Provide a basic code sample that shows how to use the package within a Unity project. This should be a simple example that illustrates the package's primary functionality.
// Example usage of the package
using YourPackageName;
public class ExampleUsage : MonoBehaviour
{
void Start()
{
// Demonstrate package functionality
}
}