From the course: Unity: AR Visualization 03 Complex Interactivity

Unlock the full course today

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

Overview of the note system

Overview of the note system - Unity Tutorial

From the course: Unity: AR Visualization 03 Complex Interactivity

Start my 1-month free trial

Overview of the note system

- [Instructor] All right, let's take a look at the note system that we're going to implement. The note system's going to cover a range of different topics. The first is we're going to alter our in-world UI to allow for us to add and show notes. This is going to introduce us to a bunch of UI concepts, having separate prefabs that we're going to be loading into a container, having the container size grow and shrink accordingly. We're also be capturing and managing the note data that is driving this UI. We'll be learning how to attach data to a part and render that data. I'll also be adding interactivity to these notes to allow us to delete it. This will show us how to re-render the notes on screen, as well as how to alter the data structure. We'll also be getting our hands dirty with a touch-screen keyboard. This will allow us to actually capture the data that we want to display as notes. Lastly, we'll learn how to alter…

Contents