From the course: Unity: Building VR User Interfaces

Unlock the full course today

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

Adding visual fidelity functionality

Adding visual fidelity functionality - Unity Tutorial

From the course: Unity: Building VR User Interfaces

Start my 1-month free trial

Adding visual fidelity functionality

- [Presenter] All right, now that we have our panel old laid app. It's time to make it work for its money. By adding some functionality. Before we add new functionality, let's go and clean up all functionality that we inherited, when we duplicated this asset. To drill down, I'm going to click on the asset in the scene view. That's going to expose all of this stuff in the hierarchy, and I'm going to go and select my palette. We can see that the DIM mover is still connected to this object, that's right click and go remove component. And that's all the scripts that we need to remove. Now let's navigate down to the scene controller. In the scene controller, we see that we had the visibility toggle script active for the HUD. We want to use something similar for this palette. Let's go over to the scripts folder and drag in the visibility toggle script onto this object. The object to toggle is going to obviously be our…

Contents