Edit of asset "Godot FSM (Finite State Machine)" Accepted
Warning: Using Git tags or branches is no longer supported. Please give a full Git commit hash instead, or use the Custom download provider for GitHub Releases downloads.
If you think that this warning is incorrect, you can always open an issue.
If you think that this warning is incorrect, you can always open an issue.
Old/Current | New/Edit | |
---|---|---|
Title | Godot FSM (Finite State Machine) | Godot Finite State Machine |
Description |
A finite state machine implemented purely in code (GDScript). There are various methods to implement an FSM. This one uses state objects, a state machine, and includes a factory to create the state machine. Logic is contained with the state objects/classes that you create which can tell the state machine to transition to other states. There is support for _on_enter_state and _on_leave_state methods. Other implementations support features like arbitrary events, timers, and probably just other ways of solving the FSM problem which this library does not do. Rather than your state machine having methods to control transitions, the code is handled via the states themselves which contain a reference to the target object (your player node for example). |
A finite state machine implemented purely in code (GDScript). There are various methods to implement an FSM. This one uses state objects, a state machine, and includes a factory to create the state machine. Logic is contained with the state objects/classes that you create which can tell the state machine to transition to other states. There is support for _on_enter_state and _on_leave_state methods. Other implementations support features like arbitrary events, timers, and probably just other ways of solving the FSM problem which this library does not do. Rather than your state machine having methods to control transitions, the code is handled via the states themselves which contain a reference to the target object (your player node for example). |
Category | Scripts | Scripts |
License | MIT | MIT |
Repository Provider | GitHub | GitHub |
Repository Url | https://github.com/godot-addons/godot-finite-state-machine | https://github.com/brandonlamb/godot-finite-state-machine |
Issues Url | https://github.com/brandonlamb/godot-finite-state-machine/issues | https://github.com/brandonlamb/godot-finite-state-machine/issues |
Godot version | Godot 3.2 | |
Version String | v1.1.0 | 1.0.3 |
Download Commit | b2335e34d7362df039eda8c30be3faedae6013b6 | v1.0.3 |
Download Url (Computed) | https://github.com/godot-addons/godot-finite-state-machine/archive/b2335e34d7362df039eda8c30be3faedae6013b6.zip | https://github.com/brandonlamb/godot-finite-state-machine/archive/v1.0.3.zip |
Icon Url |
https://github.com/brandonlamb/godot-finite-state-machine/raw/master/addons/godot-finite-state-machine/icon.png
|
https://github.com/brandonlamb/godot-finite-state-machine/raw/master/addons/com.brandonlamb.statemachine/icon.png
|