Skip to content

Releases: ExtendRealityLtd/Tilia.Input.UnityInputManager

v2.1.3

16 Mar 11:53
Compare
Choose a tag to compare

2.1.3 (2023-03-16)

Miscellaneous Chores

v2.1.2

14 Mar 12:06
Compare
Choose a tag to compare

2.1.2 (2023-03-14)

Bug Fixes

  • state: only apply ifdef on Unity 2019.2 or newer (198dd16)

    The ENABLE_LEGACY_INPUT_MANAGER was only added in Unity 2019.2 so any version before that won't understand the ifdef and therefore just output the debug warning.

    This fix wraps that whole block in a check to see if Unity 2019.2 or newer is being used, if its not then it just does the default process and if the user is using the new Input System but has this package installed then they won't get any debug warnings, but as this is based on such an old version of unity then this is acceptable.

v2.1.1

13 Mar 15:16
Compare
Choose a tag to compare

2.1.1 (2023-03-13)

Miscellaneous Chores

v2.1.0

11 Mar 16:07
Compare
Choose a tag to compare

2.1.0 (2023-03-11)

Features

  • state: add ifdefs to determine whether input manager is enabled (b375e53)

    The relevant input manager code is now wrapped in ifdefs to only run if the Unity Input Manager is enabled and therefore will provide a warning if the code is run when it is not enabled.

v2.0.8

11 Mar 14:56
Compare
Choose a tag to compare

2.0.8 (2023-03-11)

Miscellaneous Chores

v2.0.7

22 Feb 15:00
Compare
Choose a tag to compare

2.0.7 (2023-02-22)

Miscellaneous Chores

v2.0.6

19 Feb 14:59
Compare
Choose a tag to compare

2.0.6 (2023-02-19)

Miscellaneous Chores

v2.0.5

08 Feb 17:21
Compare
Choose a tag to compare

2.0.5 (2023-02-08)

Miscellaneous Chores

v2.0.4

16 Jun 14:43
Compare
Choose a tag to compare

2.0.4 (2022-06-16)

Miscellaneous Chores

v2.0.3

20 May 07:27
Compare
Choose a tag to compare

2.0.3 (2022-05-20)

Miscellaneous Chores