You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jun 14, 2024. It is now read-only.
I've been using SpectatorView with HL2 as user and Android as spectator. I've been using ASA for spatial alignment and it's been working up until a couple of weeks ago.
Now when I try to use spatial alignment, the message on my spectator device gets stuck at "Running spatial alignment..." and it never detects the anchor.
I've been using SpectatorView with HL2 as user and Android as spectator. I've been using ASA for spatial alignment and it's been working up until a couple of weeks ago.
Now when I try to use spatial alignment, the message on my spectator device gets stuck at "Running spatial alignment..." and it never detects the anchor.
I suspect this is because MS forced all clients to upgrade to ASA SDK 2.7.0 or higher.
https://github.com/Azure/azure-spatial-anchors-samples/releases/tag/v2.7.0
I noticed that in the mainTemplate file in
Assets\Plugins\Android
, the ASA SDK is 2.1.1 in line 25.def azureSpatialAnchorsSdkVersion = '2.1.1'
I managed to get spatial alignment working by changing the line to:
def azureSpatialAnchorsSdkVersion = '2.7.0'
Can I request a change to update the ASA SDK version in the mainTemplate file to >=2.7.0?
The text was updated successfully, but these errors were encountered: