Skip to content

Scene Controller Module

Package: com.xrxp.module.scenecontroller

Purpose

Scene Controller lets an operator change scenes on connected Unity devices from XRXP.

Install

https://github.com/pvaslin/xrxp-unity.git?path=/Packages/com.xrxp.module.scenecontroller

Setup

  1. install com.xrxp.core
  2. add all target scenes to Unity Build Settings
  3. run XRXP > Modules > Setup Scene Controller
  4. make sure your XRXP endpoints are configured

How it works

The module builds an exchange schema around scenes:

  • status: current scene
  • control: requested scene change

This makes the dashboard able to display the current scene and offer a scene selector to the operator.

Good fit

  • studies with scripted stage progression
  • facilitator-driven demonstrations
  • multi-device synchronization workflows