You can use UI(User Interface) Allows a user to interact with your application. Unity currently supports three UI systems. More info
See in Glossary Toolkit to create UI for the runtime. You can use the UI Toolkit’s event systemA way of sending events to objects in the application based on input, be it keyboard, mouse, touch, or custom input. The Event System consists of a few components that work together to send events. More info
See in Glossary with Unity’s different input systems.
Topic | Description |
---|---|
Get started with runtime UI | Get started with runtime UI by a simple example. |
Render UI in the Game view | How to render UI and react to input from the users in the Game view. |
Panel Settings properties | Description of each Panel Settings asset property. |
Runtime UI event system | How to use the event system and the input system with UI Toolkit. |
FAQ for event and input system | FAQs for using the event system and the input system with UI Toolkit. |