Skip to content

Releases: ExtendRealityLtd/Tilia.Interactions.Controllables.Unity

v1.7.2

14 Apr 15:22
Compare
Choose a tag to compare

1.7.2 (2020-04-14)

Miscellaneous Chores

v1.7.1

14 Apr 15:17
Compare
Choose a tag to compare

1.7.1 (2020-04-14)

Miscellaneous Chores

v1.7.0

09 Apr 15:57
Compare
Choose a tag to compare

1.7.0 (2020-04-09)

Features

  • HowToGuides: add guide showing how to create a wheel (61e9d1e)

    Added a guide demonstrating how to create a wheel.

v1.6.0

09 Apr 12:38
Compare
Choose a tag to compare

1.6.0 (2020-04-09)

Features

  • HowToGuides: add guide showing how to create a lever (f48649c)

    Added guide showing how to create a lever.

v1.5.3

08 Apr 13:08
Compare
Choose a tag to compare

1.5.3 (2020-04-08)

Miscellaneous Chores

v1.5.2

07 Apr 16:02
Compare
Choose a tag to compare

1.5.2 (2020-04-07)

Miscellaneous Chores

v1.5.1

06 Apr 21:50
Compare
Choose a tag to compare

1.5.1 (2020-04-06)

Bug Fixes

  • HowToGuides: move page links to bottom of page (7eecd84)

    The page links on the Creating A Slider guide were in the wrong place and have now been moved to the bottom.

  • HowToGuides: remove erroneous image (64e8602)

    There was an image for the Creating A Physics Button guide that was not being used. It has now been deleted.

v1.5.0

06 Apr 18:08
Compare
Choose a tag to compare

1.5.0 (2020-04-06)

Features

  • HowToGuides: add guide to show how to create a physics button (1c75c02)

    Added a guide demonstrating how to make a physics button.

v1.4.1

05 Apr 13:41
Compare
Choose a tag to compare

1.4.1 (2020-04-05)

Bug Fixes

  • Drive: use actual value for initial start drive speed (f317c95)

    Using a drive speed that is too high causes problems with Unity joints and can cause them to break their restrictions.

    Instead of using a float max value, it now uses just a high value that is fast enough to not notice but not fast enough to break the Unity joints system.

    Whilst 5000f seems like a magic number, it's just a number that was decided that fell into the category of not breaking things but being fast enough to not notice.

v1.4.0

03 Apr 11:35
Compare
Choose a tag to compare

1.4.0 (2020-04-03)

Features

  • HowToGuides: add guide on how to create a door (9e450ef)

    The Angular Drive has been used to create an interactable door.

Miscellaneous Chores