Skip to content

v1.4.9

Choose a tag to compare

@ExtendReality-Bot ExtendReality-Bot released this 06 Dec 16:40
· 105 commits to master since this release

1.4.9 (2021-12-06)

Bug Fixes

  • AxisCreator: prevent null exception if no axis found (529532c)

    There was an issue when no axis was found it would throw a null exception as the Next call would try and iterate through to a null element. This is resolved by just using the resulting bool from the Next call to ensure whether it can proceed wit the additional check.