CardboardCore - State Machine
Cardboard Core
$0.0
$5.49
100%OFF
(no ratings)
Date |
Price |
---|---|
日時 |
価格($) |
12/15(2021) |
5.49 |
11/16(2022) |
0.0 |
11/22(2024) |
0.0 |
Jump AssetStore
Keep your code dependencies and application flows in check with this super easy to use state machine package!Support Reddit: https://www.reddit.com/r/CardboardCore/Create your state machines without having to care about it's inner workings. Transitions between states are created automatically on runtime, while you only have to care about your own application's logic.Written in pure C# code, so you can wrap within monobehaviours or extend from it's classes to make it more logical for your specific needs.Works complimentary with CardboardCore's Dependency Injection package. If you have already purchased this State Machine package, contact me and I'll gift you the Dependency Injection package for free! Details about how to do this can be found in this package's Readme.Included:Extensive ReadmeDemo/example code with extensive comments why and when to use specific workflowsFeatures:Create your own StateMachine to create application flows while keeping your code dependencies in checkCombine multiple StateMachines to handle more complex flowsCreate Finite or "loopable" StateMachinesCreate "Static" or "FreeFlow" TransitionsCreate your own re-usable StatesPure C# code, easily extendable and/or wrappable if neededRoadmap:StateMachine visualizer; See how your StateMachine's flow looks!Extend Transitions; Create optional logic for specific transitions!