Skip to content

Releases: De-Panther/unity-webxr-export

WebXR Export [0.15.0] - 2022-06-04

04 Jun 01:48
Compare
Choose a tag to compare
Pre-release

You can import the package from OpenUPM at WebXR Export.

Added

  • GetButtonTouched to WebXRController, to support buttons touched values.

Fixed

  • Another ugly hack to fix WebXR Viewer viewports on iOS.
  • Issue of a delay on controller buttons press.

WebXR Interactions [0.15.0] - 2022-06-04

04 Jun 01:50
Compare
Choose a tag to compare

You can import the package from OpenUPM at WebXR Interactions.

Changed

  • Requires WebXR Export 0.15.0.

WebXR Interactions [0.14.1] - 2022-02-05

05 Feb 17:45
Compare
Choose a tag to compare

You can import the package from OpenUPM at WebXR Interactions.

Fixed

  • Null reference errors when destroying contacted interactables.

WebXR Export [0.14.0] - 2021-12-26

25 Dec 22:56
Compare
Choose a tag to compare
Pre-release

You can import the package from OpenUPM at WebXR Export.

Fixed

  • hapticActuators didn't work.
  • Error on XR session end in Unity 2021.2 builds.
  • Issues with Touch events on AR session in Unity 2021 builds.

Changed

  • Minimum Unity Editor version 2019.4.33.

WebXR Interactions [0.14.0] - 2021-12-26

25 Dec 22:58
Compare
Choose a tag to compare

You can import the package from OpenUPM at WebXR Interactions.

Added

  • Support for AR headsets in SceneHitTest.
  • Velocity for interactables when dropped.

Changed

  • Minimum WebXR Input Profiles Loader version 0.4.0.
  • Minimum Unity Editor version 2019.4.33.

Thanks @smallrice45 for the velocity of interactables PRs.

WebXR Export [0.13.0] - 2021-10-18

18 Oct 19:35
Compare
Choose a tag to compare
Pre-release

You can import the package from OpenUPM at WebXR Export.

Added

  • Support for Unity 2021.2 (currently beta) and up.

Changed

  • Actions to delegates in WebXRSubsystem.

WebXR Interactions [0.13.0] - 2021-10-18

18 Oct 19:36
Compare
Choose a tag to compare

You can import the package from OpenUPM at WebXR Interactions.

Changed

  • Requires WebXR Export 0.13.0.

WebXR Export [0.12.1] - 2021-06-26

26 Jun 00:34
Compare
Choose a tag to compare
Pre-release

You can import the package from OpenUPM at WebXR Export.

Changed

  • How WebGL context clear alpha works.

WebXR Export [0.12.0] - 2021-06-20

20 Jun 00:28
Compare
Choose a tag to compare
Pre-release

You can import the package from OpenUPM at WebXR Export.

Added

  • Support for WebXR Polyfill config. Need to set window.WebXRPolyfillConfig.

Changed

  • How the interoperability between JavaScript and C# works.

WebXR Interactions [0.12.0] - 2021-06-20

20 Jun 00:29
Compare
Choose a tag to compare

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.