|
Title |
General Purpose State Machine |
General Purpose State Machine |
|
Description |
Literally a general purpose state machine which can express states and transitions between them. It's based on Godot's signals and provides 5 hooks on every state change. Can be used as basis for more complex state machines or can be used as a fully functional state machine itself. Includes different warning levels for unused transitions. See code repository's README file for instructions or example sub-folder for a demo. |
Literally a general purpose state machine which can express states and transitions between them. It's based on Godot's signals and provides 5 hooks on every state change. Can be used as basis for more complex state machines or can be used as a fully functional state machine itself. Includes different warning levels for unused transitions. See code repository's README file for instructions or example sub-folder for a demo. |
|
Category |
Scripts |
Scripts |
|
License |
MIT |
MIT |
|
Repository Provider |
GitHub |
GitHub |
|
Repository Url |
https://github.com/kraasch/godot-gpsm
|
https://github.com/kraasch/godot-gpsm
|
|
Issues Url |
https://github.com/kraasch/godot-gpsm/issues
|
https://github.com/kraasch/godot-gpsm/issues
|
|
Godot version |
Godot 4.6 |
Godot 4.6 |
|
Version String |
1.0.1 |
1.0.1 |
|
Download Commit |
ddd3107d3acae2e9c57c4c7c316aa8716c0487d9 |
ddd3107d3acae2e9c57c4c7c316aa8716c0487d9 |
|
Download Url (Computed) |
https://github.com/kraasch/godot-gpsm/archive/ddd3107d3acae2e9c57c4c7c316aa8716c0487d9.zip
|
https://github.com/kraasch/godot-gpsm/archive/ddd3107d3acae2e9c57c4c7c316aa8716c0487d9.zip
|
|
Icon Url |
https://github.com/kraasch/godot-gpsm/blob/main/addons/gpsm/assets/gpsm.png?raw=true
|
https://github.com/kraasch/godot-gpsm/blob/main/addons/gpsm/assets/gpsm.png?raw=true
|