Releases: De-Panther/unity-webxr-export
Releases · De-Panther/unity-webxr-export
WebXR Interactions [0.5.0] - 2020-12-19
You can import the package from OpenUPM at WebXR Interactions.
Added
- Docs page.
- WebXR Input Profiles Loader support.
- UI to toggle WebXR Input Profiles Loader in the sample scene.
Changed
- ControllerInteraction handles hand joints.
- Disabled the transparent cube in the sample scene. (It's still there for tests)
Fixed
- Working default WebXRCameraSet prefab.
WebXR Export [0.4.1] - 2020-11-28
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
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
Changed
- WebXR Export dependency fix
WebXR Export [0.4.0] - 2020-11-08
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
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
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
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
Added
- Support for XR providers in the sample WebXRCameraSet prefab.
Changed
- Fixed compile and runtime errors, to make sure that WebGL build works again.