Version: 2022.3
Language : English
IMGUI events
Create a simple transition with UI Builder and C# scripts

Event examples

Learn UI(User Interface) Allows a user to interact with your application. Unity currently supports three UI systems. More info
See in Glossary
Toolkit events by examples.

Transition

Topics Description
Create a simple transition with UI Builder and C# scripts Create a custom Editor window with three labels that rotate and scale when you hover over them.
Create a transition event Create a custom Editor window with a button and color palette.
Create looping transitions Create a Yo-yo and a A-to-B looping animations.

Drag-and-drop

Topics Description
Create a drag-and-drop UI inside a custom Editor window Create several slots, and one object that can be dragged into any slot.
Create a drag-and-drop UI to drag between Editor windows Create two custom Editor windows that an asset can be dragged from one window to another.

Additional resources

IMGUI events
Create a simple transition with UI Builder and C# scripts