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 Sep 14, 2021. It is now read-only.
SPECIFIC ISSUE ENCOUNTERED
HI, I am now trying to build a multiplayer AR app that interacts with the real world using ARCore.
However, since the Depth API and Cloud anchors are used at the same time, the anchor object created in the host is not visible in the client.
So I wonder if both features are not originally supported at the same time or if there is something I am missing.
Thanks!
VERSIONS USED
On Windows, use:
adb shell pm dump com.google.ar.core | findstr /i "packages: versionName"
On macOS, use:
adb shell pm dump com.google.ar.core | egrep -i versionName\|packages:
adb shell getprop ro.build.fingerprint
:The text was updated successfully, but these errors were encountered: