Releases: ExtendRealityLtd/Tilia.Locomotors.Teleporter.Unity
v2.2.4
2.2.4 (2024-09-28)
Miscellaneous Chores
- deps: bump io.extendreality.zinnia.unity from 2.16.1 to 2.16.2 (73b613a)
Bumps io.extendreality.zinnia.unity from 2.16.1 to 2.16.2. - Release notes - Changelog - Commits
v2.2.3
2.2.3 (2024-05-11)
Miscellaneous Chores
- deps: bump io.extendreality.zinnia.unity from 2.16.0 to 2.16.1 (4825663)
Bumps io.extendreality.zinnia.unity from 2.16.0 to 2.16.1. - Release notes - Changelog - Commits
v2.2.2
2.2.2 (2024-04-17)
Miscellaneous Chores
- deps: bump io.extendreality.zinnia.unity from 2.15.0 to 2.16.0 (b2a8355)
Bumps io.extendreality.zinnia.unity from 2.15.0 to 2.16.0. - Release notes - Changelog - Commits
v2.2.1
v2.2.0
2.2.0 (2023-07-11)
Features
- prefabs: add pause/resume snap to floor logic (c0d6c83)
The SnapToFloor prefab now has two EmptyEventProxyEmitters that can just pause or resume the Snap To Floor logic without turning it off completely, which causes a complete reset.
The pause logic, just turns off the component that physically does the moving of the target and turns off the camera fade logic.
The internals of the prefab have also been tidied up into an
Internal
GameObject to keep it neater.
v2.1.17
2.1.17 (2023-07-10)
Bug Fixes
- Prefabs: ensure snap to floor moves along sloped objects (9627390)
The Snap To Floor logic was not moving along sloped objects because the surface change action was only triggering once when the surface changed, but if the position changed over the same object then it was not triggering a new change event.
This has been fixed now by an update to the Zinnia Action class that allows the action value to be reset so it is now reset after the activated action is emitted in the surface change action so the next time it is checked, the action can still be emitted.
The MomentProcessor within the teleporter prefabs is also exposed onto a top level MomentProcess on the teleporter prefabs so it can be easily added to another MomentProcessor.
v2.1.16
2.1.16 (2023-07-10)
Miscellaneous Chores
- deps: bump io.extendreality.zinnia.unity from 2.14.0 to 2.15.0 (099621f)
Bumps io.extendreality.zinnia.unity from 2.14.0 to 2.15.0. - Release notes - Changelog - Commits
v2.1.15
2.1.15 (2023-07-08)
Miscellaneous Chores
- deps: bump io.extendreality.zinnia.unity from 2.13.0 to 2.14.0 (975fda4)
Bumps io.extendreality.zinnia.unity from 2.13.0 to 2.14.0. - Release notes - Changelog - Commits
v2.1.14
2.1.14 (2023-07-05)
Miscellaneous Chores
- deps: bump io.extendreality.zinnia.unity from 2.12.1 to 2.13.0 (6d14b7a)
Bumps io.extendreality.zinnia.unity from 2.12.1 to 2.13.0. - Release notes - Changelog - Commits
v2.1.13
2.1.13 (2023-06-14)
Miscellaneous Chores
- deps: bump io.extendreality.tilia.utilities.shaders.unity (165b0a2)
Bumps io.extendreality.tilia.utilities.shaders.unity from 1.3.1 to 1.4.0. - Release notes - Changelog - Commits