Extended Buttons

FREE
Publisher Pawel Ostrzolek
File size 261.48kB
Number of files 22
Latest version 1
Latest release date 2021-03-12 08:32:24
First release date 2019-09-05 07:16:13
Supported Unity versions 2018.4.2 or higher
With this plugin you can extend UI buttons and simply add to 3D objects button like behaviour. Simply plugin to speed up work with UI and gameObject interactions. With this solution you can rid off OnMouse... methods and raycasting to objects.

Button3D require Collider component and provide events:
- onEnter
- onDown
- onUp
- onClick
- onExit
- onBeginDrag
- onDrag
- onEndDrag

Button2D require Canvas Element component (ICanvasElement) and provide events:
- onEnter
- onDown
- onUp
- onClick
- onExit
- onBeginDrag
- onDrag
- onEndDrag

Package also contains logic and example scripts, sample scenes

Top Publisher Assets