v2.12.1
ExtendReality-Bot
released this
06 May 08:55
·
26 commits
to master
since this release
2.12.1 (2023-05-06)
Bug Fixes
- Cast: ensure pointer state is cleared on enable and disable (c1bd830)
The state of the pointer is now cleared on enable and disable to ensure it is in the correct state.
- Tracking: ensure is connected event raises (686bd72)
The HasIsConnectedChange event now starts with a null state to ensure if the event is false by default then it at least will raise the connected event and toggle the state.
There is also a test now for the BaseDeviceDetailsRecord.
- Visual: ensure a forward of Vector3.zero cannot be set (eaabbdd)
There can be an error when the current forward is Vector3.zero and this value is then used to try and set the renderElement forward and causes an error. So this prevents that from happening.