Skip to content

Releases: ExtendRealityLtd/Tilia.Interactions.Controllables.Unity

v1.3.1

03 Apr 11:30
Compare
Choose a tag to compare

1.3.1 (2020-04-03)

Miscellaneous Chores

v1.3.0

19 Mar 13:41
Compare
Choose a tag to compare

1.3.0 (2020-03-19)

Features

  • HowToGuides: add documentation for creating a slider (bbd9e21)

    A guide that shows how to create a slider utilizing the linear drive from the controllables.

  • HowToGuides: add guide for creating interactable drawer (4c813e3)

    Added a guide to show how to make an interactable drawer.

v1.2.0

16 Mar 09:00
Compare
Choose a tag to compare

1.2.0 (2020-03-16)

Features

  • Drive: emit event when the initial target value is reached (3975153)

    The new InitialTargetValueReached event is emitted when the initial target value is reached and is useful for setting up initial configuration as by default the initial target value process will not emit any events even when the target value is reached so this new InitialTargetValueReached event can be used to set up any initial state required by the control.

v1.1.0

15 Mar 20:05
Compare
Choose a tag to compare

1.1.0 (2020-03-15)

Features

  • Drive: provide initial target value for drive to start at (fd6ef0d)

    The Initial Target Value allows a drive to be given an initial normalized value to drive the control to when it is first enabled without any events being triggered.

    This is useful for starting controls at a certain point as by default they all start in their central position due to the way Unity works out drive extends for joints.

Miscellaneous Chores

v1.0.2

05 Mar 11:46
Compare
Choose a tag to compare

1.0.2 (2020-03-05)

Miscellaneous Chores

v1.0.1

05 Mar 11:40
Compare
Choose a tag to compare

1.0.1 (2020-03-05)

Miscellaneous Chores

v1.0.0

26 Feb 15:08
Compare
Choose a tag to compare

1.0.0 (2020-02-26)

Features

  • structure: port controllable prefabs (4ce8318)

    The controllable prefabs from VRTK.Prefabs have been ported over to their own Tilia repo and changed slightly to make new prefabs based on the new Tilia Interactable prefab.

    The basic installation guide has been added as well.