Skip to content

Pro Installation

Pro Extension

Prerequisites

Make sure the free Game Feel Flow plugin is installed and enabled first:

  1. Copy addons/game_feel_flow into your project's addons/ folder.
  2. Enable Game Feel Flow in Project → Project Settings → Plugins.
  3. Verify that the GameFeelFlow autoload singleton was added automatically.

Install Pro

  1. Copy addons/game_feel_flow_pro into your project's addons/ folder.
  2. Open Project → Project Settings → Plugins.
  3. Enable Game Feel Flow Pro.

Pro Plugin Enable

Enable order matters

Pro registers its targets and presets with the free core at startup. If the free plugin is not enabled, Pro will print a warning and do nothing.

Verify

After both plugins are enabled:

  • Add a GFFPlayer node to any scene.
  • In the Inspector, click + Effect.
  • You should see Pro presets such as UI Scale, UI Flash, and Material Color in the dropdown.

If Pro effects do not appear, check the Godot Output panel for warnings about the free plugin not being enabled.

Next Steps