Summary
Who knew there were so many different types of interactable UI objects? Having templates for these different UI objects is incredibly helpful. Technically, they can all be built by hand with Buttons, Images, and Text, but that would take a lot of effort you don’t have to worry about because Unity has done it for you. In this chapter, we reviewed how to use the common UI elements: Toggle, Slider, Dropdown, and Input Field.
Next, we will cover using animations within the UI!