KyryloKuzyk / AR-Foundation-Remote-support

Support page for the 'AR Foundation Remote' plugin on the Asset Store
https://assetstore.unity.com/packages/tools/utilities/ar-foundation-remote-2-0-201106
9 stars 0 forks source link

ARCore Extensions Fork is out of date - Errors in editor #73

Closed John-Doolan closed 1 year ago

John-Doolan commented 1 year ago

Describe the bug I have an existing Unity codebase that is using Googles AR Core Extensions package (1.37.0)

Your forked version is for (1.36.0) and when attempting to use it in this codebase, I get the following errors in the unity editor after importing your forked package via the package manager:

"error CS0246: The type or namespace name 'ResolveCloudAnchorPromise' could not be found (are you missing a using directive or an assembly reference?)"

Essentially Google have updated their extensions package to use "Promises", which the older version does not.

KyryloKuzyk commented 1 year ago

I just released a new plugin version that supports ARCore Cloud Anchors v1.37.0. Please update AR Foundation Remote to 2.0.31-release.1.

Please also update the custom fork to this version: https://github.com/KyryloKuzyk/arcore-unity-extensions/commit/05f84b842da90df0e369f8627d40eb58706c70ef

Tell me if the version works for you. Thank you for reporting the issue!