Skip to content

Releases: ExtendRealityLtd/Tilia.Input.UnityInputSystem

v1.1.10

03 Dec 08:54

Choose a tag to compare

1.1.10 (2021-12-03)

Miscellaneous Chores

v1.1.9

22 Aug 22:05

Choose a tag to compare

1.1.9 (2021-08-22)

Bug Fixes

  • Transformation: provide deadzone value for float (6e7c7de)

    There was an issue where the minimum float value for an axis could be so low that it just wasn't reported by Unity as an action meaning any subsequent action may not get updated due to the value not being recognised as changed.

    This fix adds in an extra deadzone value to the float that can be used to set the absolute minimum reported value to consider as zero.

v1.1.8

21 Jul 12:35

Choose a tag to compare

1.1.8 (2021-07-21)

Miscellaneous Chores

v1.1.7

19 Jul 19:47

Choose a tag to compare

1.1.7 (2021-07-19)

Miscellaneous Chores

v1.1.6

24 Jun 13:28

Choose a tag to compare

1.1.6 (2021-06-24)

Miscellaneous Chores

v1.1.5

19 Jun 14:18

Choose a tag to compare

1.1.5 (2021-06-19)

Miscellaneous Chores

v1.1.4

10 Jun 19:35

Choose a tag to compare

1.1.4 (2021-06-10)

Miscellaneous Chores

v1.1.3

09 May 15:14

Choose a tag to compare

1.1.3 (2021-05-09)

Miscellaneous Chores

v1.1.2

03 May 17:46

Choose a tag to compare

1.1.2 (2021-05-03)

Miscellaneous Chores

v1.1.1

15 Apr 08:14

Choose a tag to compare

1.1.1 (2021-04-15)

Bug Fixes

  • package.json: include Samples~ directory in package build (0bd3e43)

    The Samples~ directory was not included in the package build so was being omitted from the final build.