Skip to content

v2.3.1

Compare
Choose a tag to compare
@ExtendReality-Bot ExtendReality-Bot released this 30 Sep 15:59
· 20 commits to master since this release

2.3.1 (2023-09-30)

Bug Fixes

  • PseudoBodyProcessor: use offset local position for diverge test (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.