Skip to content

Releases: ExtendRealityLtd/Tilia.Indicators.SpatialTargets.Unity

v1.5.6

27 Feb 11:14
Compare
Choose a tag to compare

1.5.6 (2021-02-27)

Miscellaneous Chores

v1.5.5

27 Feb 10:25
Compare
Choose a tag to compare

1.5.5 (2021-02-27)

Miscellaneous Chores

v1.5.4

06 Feb 14:00
Compare
Choose a tag to compare

1.5.4 (2021-02-06)

Bug Fixes

  • prefabs: allow collision select after deselect occurs (81dd845)

    There was an issue where the collision select would not be available after the deselect was called because the select activation was only happening on the LastExited event, meaning select can only happen after everything stops hovering over it. But a deselect event should also allow select to occur again.

v1.5.3

04 Feb 15:55
Compare
Choose a tag to compare

1.5.3 (2021-02-04)

Miscellaneous Chores

v1.5.2

04 Feb 14:45
Compare
Choose a tag to compare

1.5.2 (2021-02-04)

Miscellaneous Chores

v1.5.1

03 Feb 13:18
Compare
Choose a tag to compare

1.5.1 (2021-02-03)

Bug Fixes

  • API: add missing autogenerated docs (4aefd68)

    The autogenerated docs were not committed with the last change.

v1.5.0

03 Feb 12:35
Compare
Choose a tag to compare

1.5.0 (2021-02-03)

Features

  • prefabs: allow object collisions to interact with target (4adef43)

    The Spatial Target can now be interacted with by colliding objects with it and the new optional hover collider allows for the hover state to be activated when the colliding object is near the target.

    The new collision states are only activated if the collidable objects list is populated, otherwise it is ignored and the trigger collider is disabled.

v1.4.1

31 Jan 18:37
Compare
Choose a tag to compare

1.4.1 (2021-01-31)

Bug Fixes

  • API: add missing api documentation (4383a26)

    The docs for the SpatialTarget changes were not generated and have now been auto generated so they are up to date.

v1.4.0

31 Jan 18:33
Compare
Choose a tag to compare

1.4.0 (2021-01-31)

Features

  • SpatialTarget: allow gameobject to be passed to enter,exit,select (a1d3fcb)

    The SpatialTarget can now accept a GameObject as the parameter for Enter, Exit and Select which will just make a basic SurfaceData object to be passed into the normal methods. This allows the potential for any object to trigger the spatial target states, such as an Interactor to touch the spatial target and still affect the states.

v1.3.2

07 Jan 14:33
Compare
Choose a tag to compare

1.3.2 (2021-01-07)

Miscellaneous Chores