Skip to content

Releases: De-Panther/unity-webxr-export

WebXR Export [0.4.1] - 2020-11-28

28 Nov 21:04
Compare
Choose a tag to compare
Pre-release

You can import the package from OpenUPM at WebXR Export.

Added

  • Support for Unity 2020.1.
  • WebGLTemplates for Unity 2020.1.
  • Debug project for Unity 2020.1.

Changed

  • Fixes for JavaScript and Unity communication to support both Unity 2019.1 and Unity 2020.1.
  • Added info about OpenUPM package in README.md.
  • Invert Y axis for touchpad and thumbstick, so they'll work the same as other XR Providers in Unity.

WebXR Interactions [0.4.2] - 2020-11-28

28 Nov 21:06
Compare
Choose a tag to compare
Pre-release

You can import the package from OpenUPM at WebXR Interactions.

Changed

  • WebXR Export dependency update.
  • Added info about OpenUPM package in README.md.

WebXR Interactions [0.4.1] - 2020-11-17

16 Nov 22:44
9d1e8c8
Compare
Choose a tag to compare
Pre-release

Changed

  • WebXR Export dependency fix

WebXR Export [0.4.0] - 2020-11-08

07 Nov 23:35
5e63779
Compare
Choose a tag to compare
Pre-release

Added

  • Added missing OnXRCapabilitiesUpdate to WebXRManager.
  • Added missing controller inputs.

Changed

  • Changed controller action names to enums.

WebXR Export [0.3.1] - 2020-11-07

07 Nov 09:47
dea9ddd
Compare
Choose a tag to compare
Pre-release

Added

  • emscripten browser object pause/resume when switching sessions.

Changed

  • Replaced Inline XR Session with window.rAF.

WebXR Interactions [0.4.0] - 2020-11-08

07 Nov 23:37
5e63779
Compare
Choose a tag to compare
Pre-release

Added

  • Support for the missing controller inputs.

Changed

  • Sample scene - Changed Rigidbody Interpolate for the Interactables.
  • ControllerInteraction - Changed what values to check for pick/drop Interactables.

WebXR Export [0.3.0] - 2020-11-01

06 Nov 22:55
032e17a
Compare
Choose a tag to compare
Pre-release

Added

  • Support for XR providers in the editor.
  • Settings asset required and optional features in WebXR Session.

Changed

  • Fixed compile and runtime errors, to make sure that WebGL build works again.

WebXR Interactions [0.3.0] - 2020-11-01

06 Nov 22:57
032e17a
Compare
Choose a tag to compare
Pre-release

Added

  • Support for XR providers in the sample WebXRCameraSet prefab.

Changed

  • Fixed compile and runtime errors, to make sure that WebGL build works again.