Commit b2934ae
committed
chore(release): set version to 1.1.9 [skip ci]
### [1.1.9](v1.1.8...v1.1.9) (2021-08-22)
#### Bug Fixes
* **Transformation:** provide deadzone value for float ([6e7c7de](6e7c7de))
> There was an issue where the minimum float value for an axis could be so low that it just wasn't reported by Unity as an action meaning any subsequent action may not get updated due to the value not being recognised as changed.
>
> This fix adds in an extra deadzone value to the float that can be used to set the absolute minimum reported value to consider as zero.1 parent 1a05093 commit b2934ae
2 files changed
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
3 | 12 | | |
4 | 13 | | |
5 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
5 | | - | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments