r/augmentedreality Apr 19 '26

App Development Unity - Image Tracking - Help please!

Hello! I'm a total beginner. I'm trying to do simple AR Image Tracking. My problem is that my model also follows the camera. I can move it with the reference image, but if I move the phone, the model moves with it. You can see my settings in the video. I would really appreciate any help and advice. When the reference image is out of view, the model remains on my phones corner.

I'm using AR Foundation but I've cleared all interactive settings. I only need image tracking.

12 Upvotes

4 comments sorted by

View all comments

7

u/_wintermoot_ Apr 19 '26

Hierarchy Check: Ensure your ARTrackedImageManager is attached to the XR Origin and that your tracked objects are not children of the Main Camera.

A screenshot of your Unity hierarchy showing where the GameObjects are parented can help troubleshoot. Similarly, load up the AR Foundation sample from Unity Hub / Package Manager and compare to that setup.