From the course: Unity: AR Visualization 02 Basic Interactivity

Unlock the full course today

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

Finalizing the screen space in-world UI

Finalizing the screen space in-world UI - Unity Tutorial

From the course: Unity: AR Visualization 02 Basic Interactivity

Start my 1-month free trial

Finalizing the screen space in-world UI

- All right, so we've done a lot of work on our screen space in World UI. Now let's hook it all up, and see it in action. First thing we're going to do is go to our Part UI, and drag the script that we just created onto it. Your going to hook the title and the description up, so we're going to go grab title to title, and description, to description. Last piece of functionality that we need a hook up on a Part UI is the close button. Remember, we duplicated this so lets go to the close button. We want to get the script actions from Part UI so lets drag that in here, and go a select Part UI on close. So that'll allow us to have the close button actually work. Right, the next thing we're going to do is go up to the UI Manager. We have a couple of settings to set here. First is to hook up the Part UI. Second is to hook up the camera, so we're going to grab the 2D camera here, excellent. Everything's ready to go, let's…

Contents