Summary
Once you learn how to work with the Event System, working with buttons is an easy extension. Buttons are the most common interactive UI element, so having a good grasp on them is essential to effective UI development. Setting them up so that they function when clicked on is only half the process, though. You want to also ensure that you have your button navigation set up properly if you will be developing for PC, Mac, or console.
We’re not done with Buttons! We’ll be working with them throughout this book. Once we explore the Image component more thoroughly, we will cover more interesting button implementations and transitions.
In the next chapter, we’ll cover the UI Text component!