Skip to content

Commit f31f05c

Browse files
chore(release): set version to 1.2.9 [skip ci]
### [1.2.9](v1.2.8...v1.2.9) (2020-05-21) #### Bug Fixes * **AxisCreator:** invert the right controller vertical axis ([63c036a](63c036a)) > The Unity Axis5 data which is used for the right controller touchpad/thumbstick vertical axis needs to be inverted otherwise up gives a negative number which is opposite from the left controller which gives up a positive number.
1 parent 61d3646 commit f31f05c

2 files changed

Lines changed: 8 additions & 1 deletion

File tree

CHANGELOG.md

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

3+
### [1.2.9](https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputManager/compare/v1.2.8...v1.2.9) (2020-05-21)
4+
5+
#### Bug Fixes
6+
7+
* **AxisCreator:** invert the right controller vertical axis ([63c036a](https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputManager/commit/63c036ad946d0b85c19629e18120349efcfafe0c))
8+
> The Unity Axis5 data which is used for the right controller touchpad/thumbstick vertical axis needs to be inverted otherwise up gives a negative number which is opposite from the left controller which gives up a positive number.
9+
310
### [1.2.8](https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputManager/compare/v1.2.7...v1.2.8) (2020-04-21)
411

512
#### Miscellaneous Chores

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "io.extendreality.tilia.input.unityinputmanager",
33
"displayName": "Tilia Input UnityInputManager",
44
"description": "Input wrappers for the Unity Input Manager and a collection of common input prefabs.",
5-
"version": "1.2.8",
5+
"version": "1.2.9",
66
"unity": "2018.3",
77
"unityRelease": "10f1",
88
"keywords": [

0 commit comments

Comments
 (0)