Releases: De-Panther/unity-webxr-export
Releases · De-Panther/unity-webxr-export
WebXR Interactions [0.12.0] - 2021-06-20
You can import the package from OpenUPM at WebXR Interactions.
Changed
- Minimum WebXR Input Profiles Loader version 0.3.7.
- Sample scene assets settings optimizations.
WebXR Export [0.11.0] - 2021-06-06
You can import the package from OpenUPM at WebXR Export.
Added
- Support for WebXR XRVisibilityState.
Changed
- Use view transform matrix instead of orientation/position for pose.
WebXR Interactions [0.11.0] - 2021-06-06
You can import the package from OpenUPM at WebXR Interactions.
Added
- An option to disable/enable useCollidersForHandJoints in ControllerInteraction.
WebXR Export [0.10.1] - 2021-05-08
You can import the package from OpenUPM at WebXR Export.
Fixed
- Hand joints don't get radius.
- Hand joints instantiate at wrong position.
WebXR Export [0.10.0] - 2021-05-06
You can import the package from OpenUPM at WebXR Export.
Added
- WebXRHandJoint enum instead of const values.
Changed
- Scripts execution order.
- How XR session switch is handled.
- OnXRChange is called from the Update loop.
WebXR Interactions [0.10.0] - 2021-05-06
You can import the package from OpenUPM at WebXR Interactions.
Added
- Support for Generic Hands models from the WebXR Input Profiles.
Changed
- Minimum WebXR Input Profiles Loader version 0.3.6.
WebXR Export [0.9.0] - 2021-04-16
You can import the package from OpenUPM at WebXR Export.
Added
- CameraFollower to WebXRCamera, for AudioListener to follow active cameras poses.
Changed
- Optimization for JavaScript to C# communication.
Fixed
- Errors when building for other platforms using IL2CPP.
Removed
- Custom JavaScript dispatch events from the WebGLTemplates.
WebXR Interactions [0.9.0] - 2021-04-16
You can import the package from OpenUPM at WebXR Interactions.
Changed
- AudioListener in the WebXRCameraSet prefabs is now attached to CameraFollower.
WebXR Export [0.8.1] - 2021-03-06
You can import the package from OpenUPM at WebXR Export.
Fixed
- Workaround for Chromium depth bug (Chromium issue 1167450).
WebXR Export [0.8.0] - 2021-02-26
You can import the package from OpenUPM at WebXR Export.
Added
- ToggleAR, ToggleVR, isSupportedAR and isSupportedVR to WebXRManager.
Changed
- WebXRDisplayCapabilities class to struct.
Removed
- hasExternalDisplay from WebXRDisplayCapabilities.