Skip to content

Releases: ExtendRealityLtd/Tilia.Input.UnityInputManager

v1.2.0

04 Dec 12:45

Choose a tag to compare

1.2.0 (2019-12-04)

Features

  • HowToGuides: show how to convert float action to boolean action (63c1370)

    showing how to convert float action to boolean action

v1.1.2

03 Dec 10:46

Choose a tag to compare

1.1.2 (2019-12-03)

Bug Fixes

  • HowToGuides: add missing step to proxy action doc (d849223)

    there was a part of step 2 missing from the document that didnt show the function that needed to be selected. a couple of the images were tidied up so that they didnt look as stretched.

v1.1.1

02 Dec 11:33

Choose a tag to compare

1.1.1 (2019-12-02)

Miscellaneous Chores

v1.1.0

28 Nov 12:50

Choose a tag to compare

1.1.0 (2019-11-28)

Features

  • HowToGuides: add guide for proxy actions (a46ae44)

    added a guide for showing how to link actions together.

v1.0.5

27 Nov 17:13

Choose a tag to compare

1.0.5 (2019-11-27)

Miscellaneous Chores

v1.0.4

07 Nov 18:31

Choose a tag to compare

1.0.4 (2019-11-07)

Miscellaneous Chores

v1.0.3

07 Nov 18:27

Choose a tag to compare

1.0.3 (2019-11-07)

Bug Fixes

  • HowToGuides: provide correct package name in installation guide (dcc6ae2)

    The package name does not include dots and therefore should be written without any dot separators.

  • Prefabs: provide correct axis number for oculus controller (09cd8d6)

    The axis number used on the Oculus Controller was incorrect and therefore causing the incorrect output when a different part of the controller was interacted with. This has now been rectified.

v1.0.2

06 Nov 09:10

Choose a tag to compare

1.0.2 (2019-11-06)

Bug Fixes

  • Editor: add asmdef file for editor scripts (594bd5c)

    The Editor scripts were not being executed when the package was used due to no asmdef being present to load in the scripts. This has now been added.

v1.0.1

06 Nov 08:43

Choose a tag to compare

1.0.1 (2019-11-06)

Bug Fixes

  • structure: add missing .meta file (a4ab10d)

    The CHANGELOG.md file is automatically created by the CI+CD system and therefore does not exist for Unity to create the .meta file for it until the release has occurred.

    This fix manually adds in the missing .meta file.

Miscellaneous Chores

v1.0.0

05 Nov 19:57

Choose a tag to compare

1.0.0 (2019-11-05)

Features

  • structure: create initial prefab and user guides (69084ca)

    The structure of the repository has been created with all the required files for the package, the prefab and the documentation.

Bug Fixes

  • package: add Editor directory to package include files (c11ad4f)

    The Editor directory should also be inlcuded in the package for a successful build.