google-ar / arcore-unity-extensions

Google ARCore Extensions and Geospatial Creator for Unity's AR Foundation
Other
347 stars 97 forks source link

Issue installing ARCore Extensions in new Unity project #143

Open vrimages opened 11 months ago

vrimages commented 11 months ago

Hi there,

I'm getting around 20 errors whenever I try to do a clean install of ARCore Extensions.

Library/PackageCache/com.google.ar.core.arfoundation.extensions@f995c62e2b92/Editor/Scripts/Internal/Analytics/ArcoreClearcut.cs(445,17): error CS0234: The type or namespace name 'UnknownFieldSet' does not exist in the namespace 'Google.Protobuf' (are you missing an assembly reference?)

Library/PackageCache/com.google.ar.core.arfoundation.extensions@f995c62e2b92/Editor/Scripts/Internal/Analytics/ArcoreSdkLog.cs(410,15): error CS0234: The type or namespace name 'OriginalNameAttribute' does not exist in the namespace 'Google.Protobuf.Reflection' (are you missing an assembly reference?)

Has anyone else had this issue or have any idea how to resolve it?

Thank you

chiangandy commented 10 months ago

Did you try clean build? according to your error message, it is related with cache. maybe...