From the course: Unity: Building VR User Interfaces

Unlock the full course today

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

Adding interaction to the console

Adding interaction to the console - Unity Tutorial

From the course: Unity: Building VR User Interfaces

Start my 1-month free trial

Adding interaction to the console

- [Instructor] We've got our button asset set up in our login console. It's time to actually turn that into a button that we can interact with with our reticle. So let's navigate down to the button object. I'm going to take a shortcut by clicking on the button object in the scene. That'll open me up all the way down to the title, because the title is the uppermost item on that asset. So let's go and add a button to this object. Let's click on button Clear, and I'm going to add the button asset. So let's click on Add Component, type Button, and you'll see that we've got a bunch of different options here. I like the Color Tint transition option for the button highlight states. So I'm going to keep that on this object. However, you could try a whole bunch of different things, but we're going to stick with Color Tint for now. One thing I do need to do is select the target graphic whose tint going to change, and that's going…

Contents