-
Notifications
You must be signed in to change notification settings - Fork 2
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:
- For the hands: HandController.cs
- For the head: UnityEngine.Camera, UnityEngine.AudioSource, etc.