Skip to content

v2.4.0

Compare
Choose a tag to compare
@mschofie mschofie released this 05 Aug 18:01
· 17 commits to master since this release

SDK

  • What's New

    • Unity
      • The Unity SDK now requires Unity 2019.4. More information can be found here.
      • We have upgraded our Unity dependencies to the following package versions:
        • AR Foundation: 3.1.3
        • ARCore XR Plugin: 3.1.3
        • ARKit XR Plugin 3.1.3
        • Windows MR: 4.2.1
  • Breaking changes

    • ASA supports multiple Azure regions. Consumers should explicitly set the AccountDomain property on the SessionConfiguration object to the Account Domain shown in the Azure Portal for their ASA account. If AccountDomain is unset, the SDK uses “mixedreality.azure.com”, which only works for accounts in the East US 2 region.
    • AndroidNDK headers now use C++17 functionality.
  • Known Issues

    • None

Samples

  • What's New
    • Unity
      • The Unity sample was updated for Unity 2019.4 with AR Foundation 3.1.
    • Sharing sample
      • Updated to ASP.NET Core 3.1.
      • Added Docker support.