google-ar / arcore-unity-sdk

ARCore SDK for Unity

Home Page:https://developers.google.com/ar

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can you provide local support for Cloud Anchor?

SetoKaiba opened this issue · comments

SPECIFIC ISSUE ENCOUNTERED

The cloud anchor requires the google cloud service which is not available in China. Can you please provide a local support for it like ARKit and previous Tango does?

VERSIONS USED

  • Unity:
  • ARCore SDK for Unity:
  • Device manufacturer, model, and O/S:
  • Google Play Services for AR (ARCore):
    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:
  • Output of adb shell getprop ro.build.fingerprint:

STEPS TO REPRODUCE THE ISSUE

WORKAROUNDS (IF ANY)

ADDITIONAL COMMENTS