Skip to content

v1.44.0

Compare
Choose a tag to compare
@ExtendReality-Bot ExtendReality-Bot released this 17 Jan 11:24
· 134 commits to master since this release

1.44.0 (2022-01-17)

Features

  • Rule: add dominant controller rule (220e911)

    The DominantControllerRule can be used to determine if the selected controller is the current dominant controller in the first active DominantControllerObserver set.

  • Tracking: add event to raise when device tracking has begun (f602d53)

    The DeviceDetailsRecord now has a TrackingBegun event that is raised the first time the device starts tracking upon the component being enabled. There is also a backing property that can be queried.

  • Tracking: store dominant controller on linked alias collection (158bdae)

    A DominantControllerObserver can be stored on a LinkedAliasAssociationCollection to make it easier to access the current component that is checking for the dominant controller.

    The debug logs have also been removed from the XRDeviceProperties that warned about methods not being available as they could just end up spamming the console and its not completely necessary.