Skip to content

v2.8.1

Compare
Choose a tag to compare
@MehranAzimi-msft MehranAzimi-msft released this 17 Mar 18:12
· 10 commits to master since this release

SDK

  • What's New
    • Added validity check for the transform of created anchors. This check will fail when a transform is either not affine or its rotation matrix is not orthonormal. This may be caused by non-uniform scale, a uniform scale other than 1.0, or malformed values. Note that non-unity scale transforms may be considered valid on some AR platforms, but not necessarily on others, and given that ASA is a cross-platform technology it does not support non-unity scale transforms during anchor creation.

Samples

  • Bug Fixes

    • Fixed a bug in NearbyDemo scene of Unity sample app when deployed to Android devices. This bug would manifest as a failure to find nearby anchors during the neighboring app state of the Nearby Demo.
    • Fixed a bug visibility of UI layout in Xamarin app when deployed to iOS.
  • Known Issues

    • iOS Xamarin sample may freeze in nearby demo mode when placing an anchor due to an issue in the sample code.