Skip to main content

Godot Plugin Changelog

New updates and improvements to the StoryFlow plugin for Godot.

Godot Plugin v1.0.1

March 22, 2026

String Variables & Media Loading Fixes

Fixes string variable interpolation, node input matching, and media assets failing to load at runtime.

What's New

Bug Fixes
  • Fixed string variables displaying raw localization keys instead of actual text in dialogue
  • Fixed connected node inputs (e.g. SET receiving value from RANDOM) not being found due to handle suffix mismatch
  • Fixed audio and image assets not loading at runtime when reimporting from the same directory
Show Full Changelog

Godot Plugin v1.0.0

March 19, 2026

Initial Release

The first official release of the StoryFlow plugin for Godot 4, bringing full dialogue runtime support to Godot projects.

What's New

New Features
  • Full Runtime Engine: Complete GDScript execution engine with 160+ node types
  • StoryFlow Component: Node for running dialogues with typed signals
  • StoryFlow Runtime: Autoload singleton for shared state management
  • Variable System: Boolean, integer, float, string, enum, image, audio, and character types
  • Array Operations: Full array support with ForEach loops across all variable types
  • Text Interpolation: Live variable interpolation with {varname} and {Character.Name} syntax
  • Script Execution: RunScript (call/return with parameters) and RunFlow (jump with exit flows)
  • Character System: GetCharacterVar/SetCharacterVar with built-in Name and Image fields
  • Audio Playback: Loop, reset, advance-on-end, and allow-skip support
  • Background Images: Dynamic background image support with persistence and reset
  • Save & Load: Slot-based persistence for global variables, characters, and once-only options
  • Built-in Dialogue UI: Default dialogue UI scene with auto-fallback
  • Editor Dock: StoryFlow dock panel with Live Sync and Import sections
  • JSON Importer: Import StoryFlow Editor projects preserving build directory structure
  • Live Sync: WebSocket client for real-time sync with StoryFlow Editor
  • Toolbar Button: StoryFlow logo button with Connect/Sync toggle
Show Full Changelog

Development Begins

December 1, 2025