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.

Customizing the reticle

Customizing the reticle - Unity Tutorial

From the course: Unity: Building VR User Interfaces

Start my 1-month free trial

Customizing the reticle

- [Instructor] Well, the Oculus reticle is pretty cool and old, but we'll definitely want to customize it. Before we get stuck into that, let's bring in the assets that we'll need to do this. Navigate over to the exercise file for this particular video. That's going to be O3, O6 and in the assets folder, you'll see that I've got two reticles and one script. Let's go dragging these reticles, I'm going to drag them under content and let's go drag this script on this scripts. All right, now we have everything we need to get started. Let's go take a look at the Oculus reticle. Go over to gaze pointer, lets open that up to gaze icon, and that's also exits 2D mode here. You'll see that we've got this purple quad here and that's because Oculus is not actually rendering the reticle using a texture, they're using a method called OVROverlay. What this does, is ensure that this texture sits on top of everything that Unity red…

Contents