From the course: AR Development Techniques 04: Advanced Techniques

Unlock the full course today

Join today to access over 22,600 courses taught by industry experts or purchase this course individually.

AR setup, part 1

AR setup, part 1

From the course: AR Development Techniques 04: Advanced Techniques

Start my 1-month free trial

AR setup, part 1

- [Instructor] In the previous video we saw how to download asset bundles and instantiate the furniture models in our scene. In this video, we'll set up the AR scene, and use the focus circles script to place the virtual objects in the real world environment. I introduce the concept of focus circles to place objects in the second course of this series of four courses. So if you haven't checked that out, I would recommend you to do so. Let's download the AR packages. Window. We need the AR Foundation. ARCore Plugin for Android. And ARKit for iOS. Now let's add the AR Session and AR Session Origin in the hierarchy. And delete the Main Camera, because AR Session already has an AR Camera. Click on the AR Session Origin object, and we need to add a script, AR Raycast Manager. We need to add this for our focus circle to work. Now lets set up the focus circle. We'll use this for placement indicator. And we need…

Contents