A sleek alternative to Unity buttons with built-in effects and theming.
- Easy to Use – Just add the YoButton component to any Image object.
- Customizable – Adjust colors, effects, and animations directly from the Inspector.
- Responsive – Built-in feedback for hover, press, and selection states.
- Theming Support – Integrates easily with your custom UI themes.
- Events – Built-in UnityEvents for click, hover, and selection.
-
Import the YoButton package into your Unity project.
-
Add the
YoButtoncomponent to any object with anImage. -
Customize the button through the Inspector:
-
Graphic Target: Assign the target image for visual updates.
-
Leave empty to use the object's default graphic.
-
Theme Type:
-
Add Effects for each interaction:
- Hover Effect: Triggered on pointer enter.
- Click Effect: Triggered on click.
- Selected Effect: Triggered when selected.
Each effect supports:
Color Change– Changes button color.Scale Animation– Resizes on interaction.- (More effects coming soon)
-
Subscribe to the button's UnityEvents as needed.
-
-
Enjoy a modern, responsive button in your Unity UI!



