From the course: Unity: AR Visualization 02 Basic Interactivity

Unlock the full course today

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

Altering the AR manager to UI pop-ups

Altering the AR manager to UI pop-ups - Unity Tutorial

From the course: Unity: AR Visualization 02 Basic Interactivity

Start my 1-month free trial

Altering the AR manager to UI pop-ups

- [Instructor] Now that we have our part UI script all set up let's go and figure out how we're going to integrate this. The first thing we need to do is get a handle to it. So we're going to do that using the UI manager. Select the UI manager and we need to add a public editor exposed field so under the menus I'm going to add a public part UI and we're going to call this partUI. This will allow us to access this partUI from anywhere. So let's go and save that and go over to the AR manager. This is where we're going to start using this part. So now we're going to change a little bit of how we were doing things before we were using this dialogue to display information about the part. Now we've got more comprehensive information we're going to actually get rid of the dialogue so the first thing I want to do is get rid of this dialogue field here and now we also want to track the selected part right? So under the private fields…

Contents