From the course: Unity: Building VR User Interfaces

Unlock the full course today

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

Getting around

Getting around - Unity Tutorial

From the course: Unity: Building VR User Interfaces

Start my 1-month free trial

Getting around

- [Instructor] So far in this course, we've been focused on something called Internal UI. That's UI that is close in proximity to the user, tracks the user and is generally only visible to the user. But from now on, we're going to be focusing on External UI. UI that is in the world and specifically to the challenges of displaying 2D UI and a 3D world when we cannot control the viewing distance or viewing angle. But before we can do that, we need to move around our scene a little better. To do this, let's bring in a teleportation script. Let's navigate over to the exercise files for this video. That's going to be O6_O1 and open up the assets folder and grab these two scripts and drag them under scripts. Fantastic. Now I want to add the teleport script to my Scene Controller. So I'm going to grab the teleport script and drag it directly onto the Scene Controller. Click on the Scene Controller, and we can take a look at…

Contents