You can use UI Toolkit to create UI for the runtime. You can use the UI Toolkit’s event system with Unity’s different input systems.
Topic | Description |
---|---|
Get started with runtime UI | Get started with runtime UI(User Interface) Allows a user to interact with your application. Unity currently supports three UI systems. More info See in Glossary by a simple example. |
Configure runtime UI | Learn how to create a panel and a UI Document component to render UI at runtime, and how to use the 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 and input handling. |
Performance consideration for runtime UI | Learn how you can improve the performance for runtime UI. |