

#UNITY CHANGE THE ANCHORING OF A CUBE ANDROID#
This release fixes a build error in Unity projects for iOS and Android platform targets if the same project was including the OpenXr UPM package for the HoloLens platform.This release fixes an exception thrown by ASA SDK on specific Android device models (e.g., Samsung Galaxy Tab A7 and Motorola G50) with the error message of “InvalidOperationException: Row stride needs to be the same as width”.This is expected to fix an issue reported by ASA developers on iOS version 15.0 or later where ASA powered apps get into a bad state and crash at startup with a call stack in amework. For iOS platforms, this dependency is now replaced with the 1DS SDK which is linked into SDK binaries, and hence amework is now removed from SDK CocoaPods package. Previous versions of the ASA SDK for mobile platforms had a dependency on AppCenter for telemetry which needed an amework file being bundled with the ASA SDK CocoaPods package.Note that ASA SDK telemetry is enabled by default. ASA powered apps that would like to disable telemetry should call CloudSpatialAnchorSession::EnableTelemetry(false) before calling CloudSpatialAnchorSession::Start() which would result in no telemetry events being logged by the ASA SDK. This release adds a new CloudSpatialAnchorSession::EnableTelemetry method to the SDK API set which allows apps to disable ASA SDK Telemetry.check debugger output for more information" on the screen at the end of demo due to a known timing issue in sample code.
#UNITY CHANGE THE ANCHORING OF A CUBE FOR ANDROID#
Unity sample for Android nearby mode may occasionally show the message "Demo failed.Unity sample for HoloLens does not allow for surface interaction when placing cubes and hence cubes are not placed on surfaces.iOS Xamarin sample may freeze in nearby demo mode when placing an anchor due to an issue in the sample code.This release fixes a bug in Android platform where SDK may log one telemetry event even if SDK telemetry has been disabled by the app.


This is useful for scenarios that ASA is used along other Unity packages that manipulate the ARSessionOrigin, such as World Locking Tools.
