Skip to content

Unity Modules

XRXP modules are optional Unity packages layered on top of com.xrxp.core.

Why modules exist

They keep the core SDK small while letting teams add focused capabilities only when needed.

Available modules

Install model

  1. install com.xrxp.core
  2. add the module package you need
  3. run the module setup menu entry in Unity
  4. verify the emitted data during a test session

For SDK contributors

Module development follows the same package structure across runtime, editor, docs, and tests.

See Module development.