Open mpriem opened 2 years ago
In the hierarchy we will have ARCore Extension in that we will have a field as ARCore Extension Config in that field we have to assign a configuration whatis available ,double click that and you will get four fields as disabled in that in geospatial make it to enabled.
I've been working on a GeoSpatial Android ARCore App using:
When building the app, randomly the mainTemplate.gradle file in the plugins directory gets "reset". It is suddenly missing the Android Play store location dependencies Google.XR.ARCoreExtensions.Editor.Internal.ExternalDependencyResolverHelper.RegisterAndroidDependencies writes to it.
This happens even though I'm not touching any project/player settings; just making code changes to scripts or modifying the scene hierarchy.
The result is a black screen and the following errors in the device logs:
It is very annoying as I need to keep updating the files every time it happens.
Is this a know issue? Any way to prevent this from happening?