This repository has been archived on 2020-08-22. You can view files and clone it, but cannot push or open issues or pull requests.
flutter-unity-view-widget/example/unity/ARDemoApp/Library/PackageCache/com.unity.xr.legacyinputhel.../CHANGELOG.md

3.1 KiB

Changelog

All notable changes to this package will be documented in this file.

The format is based on Keep a Changelog and this project adheres to Semantic Versioning.

[2.0.6] - 2019-07-25

Fix for incorrect selection logic (from 1.3.6)

[2.0.5] - 2019-07-23

merges 1.3.5 into the mainline stream

[2.0.4] - 2019-06-07

Update version number for Yamato.

[2.0.3] - 2019-06-03

More fixes to compiler error on non XR platforms (thanks again @zilys!) fixes unit test. removes knuckles finger input bindings

[2.0.2] - 2019-03-12

fixes compiler error on non XR platforms (thanks @zilys!)

[2.0.1] - 2019-01-02

fixes standalone compile error / forward port of 1.3.2 fix

[2.0.0] - 2019-01-02

breaking changes to API to allow pose data queries to indiciate what data was actually valid. this fixes the bug where position was being set to identity if only rotation was provided by the input system.

Pose provider API has now changed to return a PoseDataFlags bitflag, the bitflag will indiciate what pieces of data was set on the output pose parameter.

public abstract bool TryGetPoseFromProvider(out Pose output)

is now

public virtual PoseDataFlags GetPoseFromProvider(out Pose output)

All pose providers in this package have been updated, as has the tracked pose driver code to correctly handle the returned bitflags. Any user derived users of this API will need to also update their code accordingly.

New unit tests added for this case in the tracked pose driver

[1.3.6] - 2019-07-25

Fix for incorrect selection logic

[1.3.5] - 2019-07-17

Minor changes to the TPD and its associated editor

  • TPD defaults to "Center Eye - HMD Reference" and Reference Tracking off.
  • Warnings for when center eye is not picked, if the TPD is on a camera
  • "Center Eye renamed" to "Center Eye - HMD Reference" for clarity

Adds XR Settings page when using com.unity.xr.management that allows automatic TPD attachment to cameras.

[1.3.4] - 2019-07-07

Verified package for 2019.3

[1.3.2] - 2019-01-18

fixes standalone only compile error

[1.3.1] - 2018-12-17

merges 1.0.3 into mainline branch.

[1.3.0] - 2018-12-05

Adds arm model support for 3dof controllers.

[1.2.1] - 2018-10-25

Makes the input settings menu pop up when you click the menu item

[1.2.0] - 2018-10-15

Adds the XR Binding Input Asset Seeder and associated documentation and tests

[1.1.0] - 2018-10-11

Moved some classes internal for cleaner docs.

[1.0.3] - 2018-11-09

fixes enums erroneously removed

[1.0.2] - 2018-10-25

fix for inconsistent line endings in trackedposedriver.cs

[1.0.1] - 2018-10-10

ported API documentation from the engine

[1.0.0] - 2018-10-09

release prep

[0.0.4] - 2018-10-09

ci fixes

[0.0.3] - 2018-10-08

fix for changelog values.

[0.0.2] - 2018-10-08

updated to latest upm package template

[0.0.1] - 2018-10-08

This is the first release of Unity Package XR Tools

Initial move from XR Tools to Legacy Input Helper package