UI State Machine
l3p1labs
$0.0
$4.99
100%OFF
(no ratings)
Date |
Price |
---|---|
日期和时间 |
价钱($) |
09/08(2022) |
4.99 |
10/31(2022) |
0.0 |
11/16(2024) |
0.0 |
Jump AssetStore
Simple UI state machine package with "code-first" approach.
No complex visual state machine editors to learn, just POCOs implementing predefined interfaces & components to hook them to game objects.This asset package contains very simple state machine system for controlling UI elements. The asset follows a paradigm where one can define explicit rules per UI game object, which will dictate when the game object should be visible & what transitions it should launch when state machine executes. This asset will not include any fancy state machine editorial systems or separate databases to control the states. Instead, it relies solely on class based approach. This means that every state, transition & transition animation is defined via specific class implementing a specific interface. These classes can then be hooked to game objects with specific UI State Machine System component.This asset was purpose built for controlling UI states (ie. animations rely on RectTransform components), however, the actual state machine and it's logic does not depend on UI components. One can in theory leverage the state machine outside of canvas also.How to useRefer to the README.txt for documentation. In a nutshell, you define your custom states, state transitions & transition animations with custom classes. After that, you can hook them with desired UI game objects with UI State Hook & UI State Transition Hook components.Key featuresfully customizable & simple state machine systempre-defined interfaces for easier customizationcustom editors for visualizing states, transitions & transition animationsFeedbackFound a bug, or wanna propose new features to the asset? Mail me at srebelwithoutcause@gmail.com and I'll get right to it.