arcore-unity-extensions icon indicating copy to clipboard operation
arcore-unity-extensions copied to clipboard

Google ARCore Extensions and Geospatial Creator for Unity's AR Foundation

Results 157 arcore-unity-extensions issues
Sort by recently updated
recently updated
newest added

In section 4, when editing the ReticleBehavior, the instructions say to use hits.Length in an if statement, but List objects in unity dont use .Length, they use .Count

* 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...

fixed in upcoming release

Hello ! I'm new to AR technologies and I've been trying the proposed tutorial in google codelabs ([Create an AR game using Unity's AR Foundation](https://codelabs.developers.google.com/arcore-unity-ar-foundation). As I was following the...

In Unity, I want to adjust the maximum refresh rate by setting Application.targetFrameRate to 60, but it still only reaches up to 30FPS on Android devices. Where can I adjust...

After updating to v 1.33, the XCode build now fails with `Undefined symbols for architecture arm64: "_ArAnchor_getTerrainAnchorState", referenced from: _ExternApi_ArAnchor_getTerrainAnchorState_m9DCE274180FAB534002A2D9F9C2F3BF7F8F92DF1 in Google.XR.ARCoreExtensions.o (maybe you meant: _ExternApi_ArAnchor_getTerrainAnchorState_m9DCE274180FAB534002A2D9F9C2F3BF7F8F92DF1) ld: symbol(s) not found...

Hi, When I am trying to record the AR Session using ARRecordingManger I get this error DllNotFoundException: arcore_sdk_c Even though I have properly setup the package. VERSIONS USED Unity: 2020.3.38f1...

Hi, In my project I have been creating `ARGeospatialAnchors` using the ARCore Geospatial API since mid June, and until the end of July I could retrieve them just fine with...

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...

I've been struggling for the past few weeks to get an iOS build with ARCore Unity Extensions working, but I seem to always get a segmentation fault immediately on app...

Hello, I tried to build the cloud anchor sample in the documentation mentioned, but the resolve could not succeed (No any error, just infinitely try to resolve). But the host...