WebXR Interactions [0.20.0] - 2023-12-18
Pre-release
Pre-release
De-Panther
released this
18 Dec 17:37
·
67 commits
to master
since this release
You can import the package from OpenUPM at WebXR Interactions.
Added
- An option to set depthStencilFormat in MixedRealityCaptureController.
- InputActionProperty click to SceneHitTest. Now project is not forced to use old Input Manager.
Changed
- XR Interaction Toolkit sample XR Rig now use 1 camera instead of cameras group.
- SceneHitTest now looks for Main Camera if there's no WebXRCamera component in scene.
- Samples now use URP instead of Built-in Render Pipeline.
- Requires WebXR Export 0.20.0.
Deprecated
- HandMenu as the duplication no longer needed. Use XRI HandMenu instead.
Removed
- WebXRHMD device from WebXRInputDevices as it's now native part of the WebXR Export package.
- Support for Unity versions older than 2020.3.6f1.
- Support for Built-in Render Pipeline.
Fixed
- Issue with Anchor Control in the XR Interaction Toolkit sample XR Screen Space Controller.