Releases: ExtendRealityLtd/Tilia.Locomotors.Climbing.Unity
v1.1.3
1.1.3 (2020-04-21)
Miscellaneous Chores
- deps: bump io.extendreality.tilia.trackers.pseudobody.unity (f0738ee)
Bumps io.extendreality.tilia.trackers.pseudobody.unity from 1.0.4 to 1.0.7. - Release notes - Changelog - Commits
Signed-off-by: dependabot-preview[bot] [email protected]
v1.1.2
1.1.2 (2020-04-21)
Miscellaneous Chores
- deps: bump io.extendreality.tilia.interactions.interactables.unity (ccb43f3)
Bumps io.extendreality.tilia.interactions.interactables.unity from 1.7.0 to 1.7.1. - Release notes - Changelog - Commits
Signed-off-by: dependabot-preview[bot] [email protected]
v1.1.1
1.1.1 (2020-04-21)
Miscellaneous Chores
- deps: bump io.extendreality.zinnia.unity from 1.15.0 to 1.16.0 (e2b6971)
Bumps io.extendreality.zinnia.unity from 1.15.0 to 1.16.0. - Release notes - Changelog - Commits
Signed-off-by: dependabot-preview[bot] [email protected]
v1.1.0
1.1.0 (2020-04-14)
Features
- Interactions: update interactor attach point extraction (9d3ff74)
Tilia.Interactions.Interactables.Unity 1.7.0 includes a new extractor for extracting the Interactor Attach Point and the old method has been deprecated.
The new InteractorAttachPointExtractor is now being used in the Climbable prefab.
All dependencies have also been bumped to their latest version for full compatibility.
v1.0.2
1.0.2 (2020-04-08)
Miscellaneous Chores
- deps: bump io.extendreality.tilia.trackers.pseudobody.unity (b4f30f6)
Bumps io.extendreality.tilia.trackers.pseudobody.unity from 1.0.1 to 1.0.2. - Release notes - Changelog - Commits
Signed-off-by: dependabot-preview[bot] [email protected]
v1.0.1
1.0.1 (2020-04-08)
Miscellaneous Chores
- deps: bump io.extendreality.tilia.interactions.interactables.unity (e72e89b)
Bumps io.extendreality.tilia.interactions.interactables.unity from 1.6.0 to 1.6.1. - Release notes - Changelog - Commits
Signed-off-by: dependabot-preview[bot] [email protected]
v1.0.0
1.0.0 (2020-04-07)
Features
- structure: port climbing prefabs (df2c50f)
The climbing prefabs from VRTK.Prefabs have now been ported over into this newly named Tilia repo with some small reworks.
Bug Fixes
- structure: remove unrequired meta file for missing directory (a3b003c)
The NestedPrefabs directory isn't required so therefore was never committed, however the .meta file still was checked in which is incorrect so it has now been deleted.