Godot Plugins by JB Snippets
  • Welcome!
  • INTRODUCTION
    • My Plugins
    • Custom Solutions
    • Feedback and Contribute
  • my plugins
    • Unique ID Node
    • Health Node
    • Hit Zone, Status & Effect Node
  • custom solutions
    • State Machine
Powered by GitBook
On this page
  • Solution License
  • Available Solutions
  • 1. Simple State Machine
  1. INTRODUCTION

Custom Solutions

PreviousMy PluginsNextFeedback and Contribute

Last updated 10 months ago

While individual plugins can significantly enhance your Godot game development workflow, there are times when a custom solution is necessary to meet specific project needs. Building custom solutions involves either customizing existing plugins or grouping multiple plugins and components together to create a system that perfectly fits the requirements. This approach can dramatically improve development velocity and ensure your game development process is as efficient as possible.

Solution License

Unlike plugins, most of the complex solutions I publish will be offered as paid versions. However, some of the simpler ones will still be available under the MIT License. Given the considerable extra effort I have invested in building these solutions, I believe it is reasonable to request some financial support to ensure the continued development and enhancement of these projects.

Available Solutions

1.

A super simple state machine system.

Use-Cases: (TBA)

Release Date: (TBA)

License: MIT

Simple State Machine