v1.45.0
·
129 commits
to master
since this release
1.45.0 (2022-02-05)
Features
- Tracking: add base device details record for extending (ec682ee)
The BaseDeviceDetailsRecord provides a base record to extend upon that leverages the Unity library XR settings and system info settings to provide base values for any concrete implementation.
Bug Fixes
- Attribute: prevent muted restricted attribute changing all fields (3810b9c)
There was an issue with the Muted Restricted attribute where on occasions it could change all fields to the muted styles.
- Cast: prevent casts not resetting on disable (c4444e6)
The LineCasts could get into a situation where they would not work after the component was disabled. This is due to the RayCast target not being reset to null when the component is disabled.
Also, extra checks to ensure the points arrays are actually set to the correct values are now done to prevent any exceptions that may occur.