Over 11,000 five-star assets
Rated by 85,000+ customers
Supported by 100,000+ forum members
Every asset moderated by Unity
Unity Version | Built-in | URP | HDRP |
---|---|---|---|
2021.3.5f1 | Compatible | Compatible | Compatible |
Make It Flow is an Editor Tool and UGUI Events Framework that elevates the project with handy events for pointer and system actions. It facilitates and speeds up the development of event based Canvas compositions (Game UI, 2D Canvas Game, App or any Canvas related development) with an editor window to setup, binding and configuration.
Use the editor tool for a direct experience or dive into the API.
โ๏ธ What it is:
- An events framework that handles convenient events on canvas and Graphic objects to speed up your development
- A tool that adds a new layer of abstraction to the UGUI
- A framework to be used on Canvas objects
- A visual tool that allows adding behaviors to the UGUI objects without coding, while new behavior can be created by the user if needed
- A tool that can speed up and facilitate UI development, by making Graphic objects ready with handy events and allowing the easy binding with behaviors
โ What it is not:
- An all in one tool that will cover all the UI development process
- A tool that will replace all coding in a UI development
- An animation tool
- Just button events
๐ How to use:
๐ข Add behaviors
๐ข Bind with a triggers
๐ข Tweak the settings
โ
๐ก Combine behaviors
๐ก Cross trigger objects (when trigger A then B behave)
โ
โซ Expand by adding custom Events and Behaviors
๐ Support for All Canvas Render Modes
๐ Code Reference
Currently available Events:
Clickable: OnClick, OnDoubleClick, OnHoldClick, OnPointerDown, OnPointerHold, OnPointerUp, OnSecondaryPointerDown, OnSecondaryPointerHold, OnSecondaryPointerUp;
Draggable: OnDrag, OnDragEnd, OnDragStart;
Hover: OnPointerEnter, OnPointerEnterDrag, OnPointerExit, OnPointerExitDrag, OnPointerStay, PointerStayDrag;
Selectable: OnSelect, OnUnselect;
System Events: OnStart.
Currently available Behaviors:
AlphaCurve, AngleCurve, CallMethod, ChangeSprite, ColorCurve, Delay, FollowAngleToTarget, FollowPointer, FollowPointerSpring, FollowTargetPosition, LookAtPointerPosition, Outline, PositionCurve, RectSizeCurve, Rotate, Scale, ScaleCurve, SetParent, TranslateToTarget.
Make It Flow - UGUI Events framework
