A button is the simplest and most common interactive UI element. Without buttons, you couldn’t get very far. In this tutorial, you will make your buttons functional using Unity’s Event System.
By the end of this tutorial, you'll be able to:
Understand the role of the EventSystem GameObject in developing interactive UIs.
Identify use cases for buttons in various UIs.
Implement simple button functionality by using the Event System.