Skip to content

Releases: ExtendRealityLtd/Tilia.Trackers.PseudoBody.Unity

v2.3.7

11 May 15:04
Compare
Choose a tag to compare

2.3.7 (2024-05-11)

Miscellaneous Chores

v2.3.6

11 May 14:59
Compare
Choose a tag to compare

2.3.6 (2024-05-11)

Miscellaneous Chores

v2.3.5

11 May 14:13
Compare
Choose a tag to compare

2.3.5 (2024-05-11)

Miscellaneous Chores

v2.3.4

11 May 13:15
Compare
Choose a tag to compare

2.3.4 (2024-05-11)

Miscellaneous Chores

v2.3.3

17 Apr 16:59
Compare
Choose a tag to compare

2.3.3 (2024-04-17)

Miscellaneous Chores

v2.3.2

17 Apr 15:39
Compare
Choose a tag to compare

2.3.2 (2024-04-17)

Miscellaneous Chores

v2.3.1

30 Sep 15:59
Compare
Choose a tag to compare

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.

v2.3.0

11 Jul 09:16
Compare
Choose a tag to compare

2.3.0 (2023-07-11)

Features

  • Facade: add jump method to apply jump force (e95a007)

    A new Jump(force) method has been added to the Facade that calls a new internal AddForce(force) method on the Processor which will add a force to the PhysicsBody (Rigidbody).

    A new Jumped event has been added as well that is emitted when the Jump method is called.

v2.2.6

10 Jul 13:36
Compare
Choose a tag to compare

2.2.6 (2023-07-10)

Miscellaneous Chores

v2.2.5

10 Jul 13:31
Compare
Choose a tag to compare

2.2.5 (2023-07-10)

Miscellaneous Chores