Skip to content

Releases: ExtendRealityLtd/Tilia.Locomotors.Climbing.Unity

v1.6.0

30 Jan 12:32
Compare
Choose a tag to compare

1.6.0 (2021-01-30)

Features

  • Target: extract target that climbing mutates (e3cda5f)

    The Climb Facade would previously take an injected dependency of the PsuedoBodyFacade to determine which target to mutate in the scene.

    This hard coupled the Climbing mechanic to the requirement of a PsuedoBody, which it didn't really need. The new way is to have an abstract class that handles all of the generic mechanisms required by climbing to move the target, this is the ClimbTarget class.

    Then the Climbing Facade has a concrete ClimbTarget injected to know how to mutate the target in the scene. The concrete PsuedoBodyClimbTarget allows the climbing to work with a PsuedoBody still.

    The Original injected PsuedoBodyFacade property has been deprecated so it will still work if this option is set but it will give a console warning.

v1.5.21

07 Jan 16:18
Compare
Choose a tag to compare

1.5.21 (2021-01-07)

Miscellaneous Chores

v1.5.20

07 Jan 16:01
Compare
Choose a tag to compare

1.5.20 (2021-01-07)

Miscellaneous Chores

v1.5.19

07 Jan 14:46
Compare
Choose a tag to compare

1.5.19 (2021-01-07)

Miscellaneous Chores

v1.5.18

07 Jan 14:22
Compare
Choose a tag to compare

1.5.18 (2021-01-07)

Miscellaneous Chores

v1.5.17

07 Jan 14:01
Compare
Choose a tag to compare

1.5.17 (2021-01-07)

Miscellaneous Chores

v1.5.16

04 Jan 14:10
Compare
Choose a tag to compare

1.5.16 (2021-01-04)

Miscellaneous Chores

v1.5.15

26 Dec 11:05
Compare
Choose a tag to compare

1.5.15 (2020-12-26)

Miscellaneous Chores

v1.5.14

21 Dec 23:29
Compare
Choose a tag to compare

1.5.14 (2020-12-21)

Miscellaneous Chores

v1.5.13

21 Dec 22:35
Compare
Choose a tag to compare

1.5.13 (2020-12-21)

Miscellaneous Chores