-
* Cloud Anchor Mode : Enabled
* Run resolving anchor for more than 6 minutes
* then call ARSession.Reset()
This problem does not occur without Cloud Anchor Mode Enabled.
Adding Session.Reset()…
-
I am implementing Google AR Core API service on `Unity 2023.2.3f1` with `ARCore extension 1.41.0`, `AR Foundation 5.1.1`,` Apple ARKit XR Plugin 5.1.1`, `Google ARCore XR Plugin 5.1.1` to have cloud …
-
### SPECIFIC ISSUE ENCOUNTERED
We've been getting reports about UE4 hitting failures after pause/resume with ARCore. After pause/resuming 2/3 times, I can see that we can't get an updated camera fe…
-
Hi,
I am using Azure Spatial Anchor APIs for my iOS app. The issue is when I am leaving the Ar-screen all the other screen is getting freeze and not able to do any kind of action on other screen.
-
I tried using GeoSpatialAPI, so I add ARCore extensions in my unity project.
When I called below code, the app is crushed.
``` C#
[SerializeField] private ARSession arSession;
GameObject.Destr…
-
Hello,
I'm trying to make a simple **geospatial** unity project on android but I'm having problems with a black screen.
I have suspicions that the cause of the black screen may be `EarthState.Erro…
-
### SPECIFIC ISSUE ENCOUNTERED
The app runs in a separate thread like the "Native Activity" sample from ndk-samples. During the update, it crashes everytime during ArSession_update.
It worked fi…
LuLuc updated
2 years ago
-
With Firefox Reality on Hololens, I run this js code :
``` js
_arSession.requestReferenceSpace('local').then(function (space) {
_arSession.localSpace = space;
});
...
frame.getPose(_ar…
-
Hi, tried to build the sample app from ARcore Geospatial for iOS SDK but I am getting the following error in viewController
- Unknown type name 'GARSession'; did you mean 'ARSession'?
- Unknown ty…
-
Hey there! Hope I'm in the right section:
### Test Project:
ARTemplate Project, no modifications. Deployment on an Android Device.
### Unreal Version:
Ran into this problem in 4.25.4
##…