Releases: ExtendRealityLtd/Tilia.Interactions.Controllables.Unity
v1.3.1
1.3.1 (2020-04-03)
Miscellaneous Chores
- deps: bump io.extendreality.zinnia.unity from 1.14.0 to 1.14.1 (905e057)
Bumps io.extendreality.zinnia.unity from 1.14.0 to 1.14.1. - Release notes - Changelog - Commits
Signed-off-by: dependabot-preview[bot] [email protected]
v1.3.0
1.3.0 (2020-03-19)
Features
v1.2.0
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
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
- deps: bump io.extendreality.tilia.interactions.interactables.unity (5ed470b)
Bumps io.extendreality.tilia.interactions.interactables.unity from 1.4.4 to 1.5.0. - Release notes - Changelog - Commits
Signed-off-by: dependabot-preview[bot] [email protected]
v1.0.2
1.0.2 (2020-03-05)
Miscellaneous Chores
- deps: bump io.extendreality.tilia.interactions.interactables.unity (6b2a512)
Bumps io.extendreality.tilia.interactions.interactables.unity from 1.4.3 to 1.4.4. - Release notes - Changelog - Commits
Signed-off-by: dependabot-preview[bot] [email protected]
v1.0.1
1.0.1 (2020-03-05)
Miscellaneous Chores
- deps: bump io.extendreality.zinnia.unity from 1.12.0 to 1.14.0 (b7ca58b)
Bumps io.extendreality.zinnia.unity from 1.12.0 to 1.14.0. - Release notes - Changelog - Commits
Signed-off-by: dependabot-preview[bot] [email protected]
v1.0.0
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.