Ben King
Ben King
Please verify your authorization settings using our troubleshooting guide: https://developers.google.com/ar/develop/authorization/troubleshooting?platform=ios
This could potentially be caused by a permissions issue, because the [GARSession](https://developers.google.com/ar/reference/ios/interface/GARSession) will fail to initialize if it does not have the required permissions (location) for Geospatial, but permissions will...
Currently Streetscape Geometry can only be used at runtime, it is not possible to view it in the Unity editor.
FeatureSupported.Unsupported should only appear when ARCore or a particular feature (such as Geospatial) is not supported on that specific device. VPSAvailability.ErrorInternal indicates some internal error and could appear for a...
Hi @chankeiro, unfortunately ErrorInternal could be indicative of a number of errors and some of those could be transient. Unfortunately, I was not able to determine what the unifying cause...
Do you get the same behavior on the GeospatialSample? https://github.com/google-ar/arcore-unity-extensions/tree/master/Samples~/Geospatial
Does the crash happen when using just firebase or when firebase and ARCore are used together? ARCore has some firebase dependencies, you may want to try using just a single...
Hi @puddleglum56, sorry for the delay. I was able to reproduce the crash from your Xcode workspace, for me the crash happens predictably at StringStorageDefaults in profiler_initialize. (From your stack...
It's certainly possible that snow could disrupt the Visual Positioning Service, depending on how much snow there is. If the snow is covering or obscuring certain areas of high detail,...
Do you get the same errors when building the [Geospatial Sample](https://github.com/google-ar/arcore-unity-extensions/tree/master/Samples~/Geospatial)?