Skip to content

Commit 301c14e

Browse files
chore(release): set version to 2.1.2 [skip ci]
### [2.1.2](v2.1.1...v2.1.2) (2023-03-14) #### Bug Fixes * **state:** only apply ifdef on Unity 2019.2 or newer ([198dd16](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.
1 parent ca6b4df commit 301c14e

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
### [2.1.2](https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputManager/compare/v2.1.1...v2.1.2) (2023-03-14)
4+
5+
#### Bug Fixes
6+
7+
* **state:** only apply ifdef on Unity 2019.2 or newer ([198dd16](https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputManager/commit/198dd16c5a3b95ad955d615c183768890d99a780))
8+
> 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.
9+
>
10+
> 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.
11+
312
### [2.1.1](https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputManager/compare/v2.1.0...v2.1.1) (2023-03-13)
413

514
#### Miscellaneous Chores

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"changelogUrl": "https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputManager/blob/master/CHANGELOG.md",
66
"documentationUrl": "https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputManager/tree/master/Documentation",
77
"licensesUrl": "https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputManager/blob/master/LICENSE.md",
8-
"version": "2.1.1",
8+
"version": "2.1.2",
99
"unity": "2018.3",
1010
"unityRelease": "10f1",
1111
"keywords": [

0 commit comments

Comments
 (0)