Skip to content

Releases: De-Panther/unity-webxr-export

WebXR Export [0.11.0] - 2021-06-06

05 Jun 23:21
Compare
Choose a tag to compare
Pre-release

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

05 Jun 23:22
Compare
Choose a tag to compare

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

08 May 19:10
Compare
Choose a tag to compare
Pre-release

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

06 May 15:37
Compare
Choose a tag to compare
Pre-release

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

06 May 15:37
Compare
Choose a tag to compare

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

16 Apr 01:28
Compare
Choose a tag to compare
Pre-release

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

16 Apr 01:29
Compare
Choose a tag to compare
Pre-release

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

06 Mar 01:22
Compare
Choose a tag to compare
Pre-release

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

26 Feb 19:51
Compare
Choose a tag to compare
Pre-release

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.

WebXR Interactions [0.8.0] - 2021-02-26

26 Feb 19:52
Compare
Choose a tag to compare
Pre-release

You can import the package from OpenUPM at WebXR Interactions.

Fixed

  • Smearing issues in AR.

Changed

  • AR cameras Clear Flags in the WebXRCameraSet prefabs.