Image Tracking in AR
Explore how to use AR Foundation in Unity to detect and track real-world images and spawn 3D objects like Prefabs when images are recognized. Learn scene setup, configure the AR Tracked Image Manager, and test your AR app on a device to create interactive and immersive AR experiences.
We'll cover the following...
In this lesson, we will explore how to track and detect specific images in the real world using AR Foundation in this lesson. By leveraging the power of image recognition, we can create immersive AR experiences that respond to real-world objects. We'll focus on spawning a Prefab, such as a wolf, when a specific image is detected.
Scene setup
Given below are the steps to set up a scene for image tracking:
To duplicate the “ARRotateScale” scene, simply select it in the “Assets” > “Scenes” folder and click “Command + D” on Mac or “Ctrl + D” on Windows. Then, rename the duplicated scene to “ARImageTracking.”
In the ...