Skip to content

Releases: De-Panther/unity-webxr-export

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.

WebXR Export [0.7.0] - 2021-02-13

13 Feb 16:08
Compare
Choose a tag to compare
Pre-release

You can import the package from OpenUPM at WebXR Export.

Added

  • Support for targetRaySpace for controllers poses.

Changed

  • Use targetRaySpace as the default controller pose instead of gripSpace.
  • Use generic Input Profile in editor for all controllers types.

Fixed

  • Hack for Oculus on Chrome Desktop wrong targetRaySpace bug.
  • WebXRCamera now removes event listeners OnDisable.

WebXR Interactions [0.7.0] - 2021-02-13

13 Feb 16:10
Compare
Choose a tag to compare
Pre-release

You can import the package from OpenUPM at WebXR Interactions.

Added

  • Check for alwaysUseGrip in ControllerInteraction.

Changed

  • Minimum WebXR Input Profiles Loader version 0.3.5.

WebXR Export [0.6.0] - 2021-01-23

23 Jan 19:54
Compare
Choose a tag to compare
Pre-release

You can import the package from OpenUPM at WebXR Export.

Added

  • GetLocalRotation and GetLocalPosition to WebXRCamera.
  • Support for the new/updated WebXR Hands API.
  • isControllerActive and isHandActive to WebXRController.

Changed

  • Using frame.fillPoses and frame.fillJointRadii instead of frame.getJointPose for XRHand.
  • Camera matrices handling.
  • WebGLTemplates webxr.js merged into Plugins webxr.jspre.

Fixed

  • Bug related to pose view eye can be none.

Removed

  • Matrix utilities files.

WebXR Interactions [0.6.0] - 2021-01-23

23 Jan 19:55
Compare
Choose a tag to compare
Pre-release

You can import the package from OpenUPM at WebXR Interactions.

Added

  • Check if hand joints radius changed on hand update in ControllerInteraction.
  • Check if isControllerActive and isHandActive on enable in ControllerInteraction.

WebXR Export [0.5.2] - 2021-01-16

16 Jan 07:42
Compare
Choose a tag to compare
Pre-release

You can import the package from OpenUPM at WebXR Export.

Added

  • Multi touch support for Handheld AR.

Fixed

  • OnDisable in WebXRController.
  • Depth and Stencil clear issue in Handheld AR.
  • Ugly hack to fix WebXR Viewer viewports on iOS.

WebXR Interactions [0.5.2] - 2021-01-16

16 Jan 07:43
Compare
Choose a tag to compare
Pre-release

You can import the package from OpenUPM at WebXR Interactions.

Fixed

  • OnDisable in ControllerInteraction.
  • Missing material in default WebXRCameraSet.

WebXR Export [0.5.1] - 2020-12-26

26 Dec 21:52
Compare
Choose a tag to compare
Pre-release

You can import the package from OpenUPM at WebXR Export.

Fixed

  • WebXRController Button Up/Down state.
  • Protect compilation on other platforms.

WebXR Interactions [0.5.1] - 2020-12-26

26 Dec 21:52
Compare
Choose a tag to compare
Pre-release

You can import the package from OpenUPM at WebXR Interactions.

Fixed

  • Material references in prefabs and sample scene.

WebXR Export [0.5.0] - 2020-12-19

19 Dec 11:10
Compare
Choose a tag to compare
Pre-release

You can import the package from OpenUPM at WebXR Export.

Added

  • Docs page.
  • XRInputSource profiles support.
  • Added OnControllerActive, OnHandActive and OnHandUpdate actions to WebXRController.

Changed

  • WebXRController no longer instantiate hand joints.
  • Better handling for controllers buttons in the editor.
  • WebXRController TryUpdateButtons is now private.

Fixed

  • Disable controllers on XR session end.