Extended Buttons


With this plugin you can extend UI buttons and simply add to 3D objects button like behaviour.
Simply plugin to speed ...


by Pawel Ostrzolek


★★★★ star rating
Price History +

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