Skip to content

Commit d425078

Browse files
chore(release): set version to 1.3.1 [skip ci]
### [1.3.1](v1.3.0...v1.3.1) (2020-07-07) #### Bug Fixes * **AxisCreator:** increase sensitivity for axis 4 and 5 ([38f386d](38f386d)) > Axis 4 and 5 generally relates to the right controller touchpad/thumbstick and if the sensitivity is too low then diagonal movement vectors seem multiplied. The Horizontal and Vertical axes have a sensitivity of `3` so this is now matching that setting.
1 parent a51064d commit d425078

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.3.1](https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputManager/compare/v1.3.0...v1.3.1) (2020-07-07)
4+
5+
#### Bug Fixes
6+
7+
* **AxisCreator:** increase sensitivity for axis 4 and 5 ([38f386d](https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputManager/commit/38f386d0760f345e18547b3733a111f68178038e))
8+
> Axis 4 and 5 generally relates to the right controller touchpad/thumbstick and if the sensitivity is too low then diagonal movement vectors seem multiplied. The Horizontal and Vertical axes have a sensitivity of `3` so this is now matching that setting.
9+
310
## [1.3.0](https://github.com/ExtendRealityLtd/Tilia.Input.UnityInputManager/compare/v1.2.14...v1.3.0) (2020-07-03)
411

512
#### Features

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.3.0",
5+
"version": "1.3.1",
66
"unity": "2018.3",
77
"unityRelease": "10f1",
88
"keywords": [

0 commit comments

Comments
 (0)