Skip to content

XRHardwareController.cs

Chris Vistian edited this page May 2, 2023 · 1 revision

This script represents a physical hardware device in-game. It provides tracking features and haptic feedback that would otherwise be provided by a lower level library like the XR interaction package.

This script should not be mistaken for game controls nor game-specific features. Anyone looking to work on such a feature should look elsewhere. Examples:

  1. For the hands: HandController.cs
  2. For the head: UnityEngine.Camera, UnityEngine.AudioSource, etc.

Clone this wiki locally