Skip to content

Commit

Permalink
chore(release): set version to 2.3.1 [skip ci]
Browse files Browse the repository at this point in the history
### [2.3.1](v2.3.0...v2.3.1) (2023-09-30)

#### Bug Fixes

* **PseudoBodyProcessor:** use offset local position for diverge test ([537d317](537d317))
  > The CheckWillDiverge method was using the offset absolute position to calculate the offset whereas it should be using the local position as the absolute position may already be offset if the TrackedAlias position is changed to anything other than `0,0,0` which would cause the character movement to be much higher than it needed to be.
  • Loading branch information
ExtendReality-Bot committed Sep 30, 2023
1 parent 53c3c0f commit ec75633
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog

### [2.3.1](https://github.com/ExtendRealityLtd/Tilia.Trackers.PseudoBody.Unity/compare/v2.3.0...v2.3.1) (2023-09-30)

#### Bug Fixes

* **PseudoBodyProcessor:** use offset local position for diverge test ([537d317](https://github.com/ExtendRealityLtd/Tilia.Trackers.PseudoBody.Unity/commit/537d31786abd1aab52afc7dcc21497f36391d6a3))
> The CheckWillDiverge method was using the offset absolute position to calculate the offset whereas it should be using the local position as the absolute position may already be offset if the TrackedAlias position is changed to anything other than `0,0,0` which would cause the character movement to be much higher than it needed to be.
## [2.3.0](https://github.com/ExtendRealityLtd/Tilia.Trackers.PseudoBody.Unity/compare/v2.2.6...v2.3.0) (2023-07-11)

#### Features
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -5,7 +5,7 @@
"changelogUrl": "https://github.com/ExtendRealityLtd/Tilia.Trackers.PseudoBody.Unity/blob/master/CHANGELOG.md",
"documentationUrl": "https://github.com/ExtendRealityLtd/Tilia.Trackers.PseudoBody.Unity/tree/master/Documentation",
"licensesUrl": "https://github.com/ExtendRealityLtd/Tilia.Trackers.PseudoBody.Unity/blob/master/LICENSE.md",
"version": "2.3.0",
"version": "2.3.1",
"unity": "2018.3",
"unityRelease": "10f1",
"keywords": [
Expand Down

0 comments on commit ec75633

Please sign in to comment.