Skip to content

Releases: ExtendRealityLtd/Tilia.Interactions.Controllables.Unity

v2.5.2

16 Jun 15:02
Compare
Choose a tag to compare

2.5.2 (2022-06-16)

Miscellaneous Chores

v2.5.1

16 Jun 14:50
Compare
Choose a tag to compare

2.5.1 (2022-06-16)

Miscellaneous Chores

v2.5.0

16 Jun 14:21
Compare
Choose a tag to compare

2.5.0 (2022-06-16)

Features

  • Editor: use string constants for text labels (ddb4d60)

    The text labels are now string constants to make it clear at the top of the file what the text is.

v2.4.0

30 May 08:13
Compare
Choose a tag to compare

2.4.0 (2022-05-30)

Features

  • Drive: add IsGrabbable option (66df056)

    The IsGrabbable option on the Drive derivatives allows the toggle of whether the Interactable Object is grabbable or not, which can easily simulate locking the drive mechanism.

    The Interactable reference is now part of Drive so all inherited drives can access the InteractabeFacade as well as the MeshContainer if required.

    The Gizmo color option has also been moved to the Drive as it isn't something that is needed on the Facade and it can then be shared across all drive types.

Bug Fixes

  • Facade: ensure gizmos draw correct length with parent scale (71b5234)

    There was an issue where the gizmo was not drawing the correct length if the parent GameObject was scaled as this is affecting the world scale and therefore the gizmo would be affected also.

    As drive limits are world scale, then the gizmo should represent this by drawing to world scale, which this commit fixes.

    The gizmo colour is now also an option on the Facade to allow the color to be customised if required.

v2.3.2

28 May 06:58
Compare
Choose a tag to compare

2.3.2 (2022-05-28)

Miscellaneous Chores

v2.3.1

20 May 09:36
Compare
Choose a tag to compare

2.3.1 (2022-05-20)

Bug Fixes

  • Documentation: add missing API docs (c4aa830)

    The new grabbed/ungrabbed drag values were missing from the docs. They have now been auto generated to include them.

v2.3.0

20 May 09:28
Compare
Choose a tag to compare

2.3.0 (2022-05-20)

Features

  • Facade: add grabbed/ungrabbed drag options (70c7045)

    The Facade now has the option to provide a grabbed and ungrabbed drag value on the control. This sets the amount of drag/friction applied to the control when it is grabbed and moved or released and moving under its own inertia.

v2.2.4

20 May 08:17
Compare
Choose a tag to compare

2.2.4 (2022-05-20)

Miscellaneous Chores

v2.2.3

20 May 07:29
Compare
Choose a tag to compare

2.2.3 (2022-05-20)

Miscellaneous Chores

v2.2.2

16 May 08:09
Compare
Choose a tag to compare

2.2.2 (2022-05-16)

Miscellaneous Chores