Questions tagged [ar-foundation]
48 questions
4
votes
2 answers
No active UnityEngine.XR.ARSubsystems.XRCameraSubsystem is available
I want to make an AR foundation project but I keep getting this problem .Can someone helps me please ?
No active UnityEngine.XR.ARSubsystems.XRCameraSubsystem is available.Please ensure that a valid loader configuration exists in the XR project…

Abdelilah Elgharbaoui
- 43
- 1
- 4
3
votes
2 answers
ARKit/ARFoundation camera freezes after one second
I setup boilerplate ARFoundation project in Unity.
I check ARKit box in Project settings > XR Plug-in Management > iOS.
In Player > Other Settings I check Requires ARKit support
Build in Unity, then install into iPad through XCode.
App starts,…

TheRuthlessHacker
- 105
- 1
- 2
- 10
2
votes
2 answers
Unity to IOS Xcode ERROR Undefined Symbols ARFoundation /AR
I have created an own AR Foundation / ARkit Projekt with Unity 2020.3.25f1 for IOS and played it out to Xcode 14.0.
Now I want to build in XCode for Iphone but get the following errors:
error build: Undefined symbol:…

DaSchuh
- 21
- 3
1
vote
0 answers
Problem with multiple image tracking, Unity ARFoundation
I'm working on a project that I need to track images on a catalog and show the respectives 3D models to each page.
Nothing complex by now, just the functional demo. It needs to show a 3D model per time, show nothing when there isn't a reference…

Brahe
- 7
- 4
1
vote
2 answers
How to create a MutableRuntimeReferenceImageLibrary in Unity?
I'm using Unity 2021.3.22f1 and the version 4.2.7 of AR Foundation.
I've already added to my scene the AR Session and AR Session Origin, and also AR Tracked Image Manager as a component of AR Session Origin.
I would like to create a…

Aegylon
- 11
- 4
1
vote
0 answers
AR Model in Unity APK resize itself and not appearing on a device screen properly
I made up an APK from unity using AR-Foundation framework for loading my AR model on it , and model is being loaded on a screen by scanning a QR code , which provides the details about axis and URL for model stability .
But somehow after scanning…

Harsh Panchal
- 11
- 2
1
vote
2 answers
Ar foundation + Oculus quest2 Is it available in Unity?
I want to use the Oculus quest2, not a mobile phone, and use the AR foundation package in Unity.
Is this possible?
I attached AR foundatiom scripts to OVRcameraRig and only passthrough works. I want to use image tracking function.

kOoooooOOOO
- 11
- 1
1
vote
0 answers
Test Geospatial Anchor app for development and debbugging purpose
I'm building an AR App with AR Core and AR Foundation with Unity that instatiate an object to a specific latitude and longitude with Geospatial Anchor API.
I have to test if that work all correctly but the coordinates are far from me, and I can't…

Mattia Pompita
- 33
- 4
1
vote
1 answer
Model in Unity AR is not showing
I have a problem with Unity AR when I place any object in the scene. The 3D object is not showing on the AR camera or when I run the scene in a real device, just blank.
I'm sure I imported the needed packages like AR Foundation, ARCore, and XR. Also…

Nooni
- 47
- 2
- 4
0
votes
0 answers
I'm having an issue when I create an AR APK
I'm having an issue when I create an AR APK. I had already finished the application in Unity; I was just fixing the design. But when I install it on the phone, the AR doesn't work, and this still happens even if I create a project from scratch. The…
0
votes
0 answers
ArCore not able to detect surface on supported android devices?
ArCore not able to detect surface on supported android devices. In Some devices the surface is getting detected but it is taking very long time i'm Testing in moderate light the light is not very high or not very low.
Device Name on which im…

karan
- 95
- 1
- 2
- 9
0
votes
0 answers
Unity iOS AR URP glowing and looks weird
ScreenShotWhen we export our AR application with Unity, it looks like this. We use URP.
Which export setting should i set, and why? Can someone explain me.
I change all the setting from unity, lightmaps, shaders and ETC. Also added background…

mdroot
- 1
- 1
0
votes
2 answers
Unity ARFoundation, problem with creating Canvas with multiple image tracking
Everything is working correctly, unless that i'm only able to see the canvas to each image once. Is there some way to reset this UpdateTrackedImages method when I enter the DisableMe() function? Tryed to set trackedImage to null but it didn't…

Brahe
- 7
- 4
0
votes
0 answers
Image Tracking and Object Placement with 2 buttons
Hey everyone I am new to this AR Foundation, I am trying to build an app which is when launched shows 2 buttons, Button 1 names as "Solar System' and button 2 as "Image Tracking", so what i am trying to achieve is when the user clicks button 1 , he…

Abdul Saboor
- 1
- 2
0
votes
0 answers
enable Flash light on my Android device Using AR Foundation
I need a C# Code to enable Flash light on my Android device Using AR Foundation
Is it possible ??
`CameraManager camManager = (CameraManager) getSystemService(Context.CAMERA_SERVICE);
String cameraId = null; // Usually back camera is at 0 position.
…

phantom
- 45
- 1
- 1
- 10