Skip to content

v2.2.0

Choose a tag to compare

@ExtendReality-Bot ExtendReality-Bot released this 02 May 11:31
· 48 commits to master since this release

2.2.0 (2023-05-02)

Features

  • Facade: expose new point cast restriction options (2173f24)

    The PointsCast now provides a CursorLockThreshold and TransitionDuration option which is now exposed on the PointerFacade to allow these options to be set.

Bug Fixes

  • Configuration: ensure setup is run correctly on enable (f514b3d)

    The RunWhenActiveAndEnabled logic could cause an issue where it was hitting race conditions and not setting up correctly. This is now handled by calling a single method rather than queuing methods.

    The configuration now also disables the points caster instead of the moment processor that controls the points caster, so the relevant setup is run correctly whenever the pointer is activated.

    The Facade and Configuration reference fields are also now public to allow manual creation if required.