XRHardwareController.cs - POINT-VR/POINT-VR-Chapter-1 GitHub Wiki

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.