Skip to content

Commit a2a9aed

Browse files
chore(release): set version to 2.1.0 [skip ci]
## [2.1.0](v2.0.36...v2.1.0) (2023-06-29) #### Features * **Facade:** expose axis multipliers at facade level ([60d0942](60d0942)) > The AxisMoveFacade now has a property for Horizontal Axis Multiplier and Vertical Axis Multiplier which will update the relevant internal multiplier vector value on the relevant InputAxis. > > This makes it easier to change speed of movement/rotation without needing to drill into the prefab components. > > The prefabs have been updated to set their default multiplier values by these settings as well.
1 parent bb9a90f commit a2a9aed

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CHANGELOG.md

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

3+
## [2.1.0](https://github.com/ExtendRealityLtd/Tilia.Locomotors.AxisMove.Unity/compare/v2.0.36...v2.1.0) (2023-06-29)
4+
5+
#### Features
6+
7+
* **Facade:** expose axis multipliers at facade level ([60d0942](https://github.com/ExtendRealityLtd/Tilia.Locomotors.AxisMove.Unity/commit/60d0942391b5219b0fd47f97fc3b3365a9b9f580))
8+
> The AxisMoveFacade now has a property for Horizontal Axis Multiplier and Vertical Axis Multiplier which will update the relevant internal multiplier vector value on the relevant InputAxis.
9+
>
10+
> This makes it easier to change speed of movement/rotation without needing to drill into the prefab components.
11+
>
12+
> The prefabs have been updated to set their default multiplier values by these settings as well.
13+
314
### [2.0.36](https://github.com/ExtendRealityLtd/Tilia.Locomotors.AxisMove.Unity/compare/v2.0.35...v2.0.36) (2023-06-14)
415

516
#### 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.Locomotors.AxisMove.Unity/blob/master/CHANGELOG.md",
66
"documentationUrl": "https://github.com/ExtendRealityLtd/Tilia.Locomotors.AxisMove.Unity/tree/master/Documentation",
77
"licensesUrl": "https://github.com/ExtendRealityLtd/Tilia.Locomotors.AxisMove.Unity/blob/master/LICENSE.md",
8-
"version": "2.0.36",
8+
"version": "2.1.0",
99
"unity": "2018.3",
1010
"unityRelease": "10f1",
1111
"keywords": [

0 commit comments

Comments
 (0)