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 animation to the dialog

Adding animation to the dialog - Unity Tutorial

From the course: Unity: Building VR User Interfaces

Start my 1-month free trial

Adding animation to the dialog

- [Instructor] Well, that feels better. Having the dialogue subdue the rest of the world really allows me to focus on the dialogue. I also like the way that it animates in and out. So I'm going to apply the similar animations to my dialogue itself. So let's go ahead and start making our components. Let's go over to content under assets, right click create a new folder. We can call this dialogues. Right click on the folder, create, animator controller. I'm also going to call this dialogues. Now I'm going to create my animations use for a state, right click, create, animation. I'm going to call this close, and click on folder, right click, create animation, and we're going to cool this open. All right, so now we've got our parts ready. I'm going to add it to the actual dialogue. Let's drill down into the dialogue manager. All right. Now you'll see that my alert dialogue is disabled. Let's go ahead and enable it. We'll…

Contents