Unity Xr Vr Audit

Use to audit XR/VR setup: XR settings assets, related packages, scenes, and input/action assets for headsets.

rachitkumarrastogi Updated

File contents

XR / VR audit

Discovery

  1. get_xr_settings — XR project settings assets
  2. list_packages / get_feature_set_inference — XR Interaction, OpenXR, provider packages
  3. list_input_action_assets + get_input_actions_summary — XR controllers
  4. list_build_scenes — XR rigs in shipping scenes
  5. list_prefabs_with_component — common XR origin / interactor names via script search

Checklist

  • Single XR loader stack per platform (OpenXR preferred when possible).
  • Performance: target frame time, foveation, pass-through costs.
  • Interaction: teleport vs continuous locomotion documented.

Related

  • unity-input-system-setup, unity-qa-scene-coverage

rachitkumarrastogi/unity-mcp-server/tree/main/skills/platform/unity-xr-vr-audit commit 68ec5ce6d4

Frequently asked questions

npx skillmds@latest add rachitkumarrastogi/unity-xr-vr-audit