Skip to content

Installation

From Godot Asset Library

Coming soon.

Manual Install

  1. Download or clone the repository:
    git clone https://github.com/IndieShade/godot-plugin-game-feel-flow.git
    
  2. Copy the addons/game_feel_flow folder into your project's addons/ directory.
  3. Open your project in Godot.
  4. Go to Project 鈫?Project Settings 鈫?Plugins.
  5. Find Game Feel Flow and click Enable.

Godot will automatically add the GameFeelFlow autoload singleton.

Pro Extension (Optional)

Pro

UI and Material targets, plus the Timeline Editor dock, are part of the Game Feel Flow Pro extension.

  1. Copy addons/game_feel_flow_pro into your project's addons/ directory.
  2. In Project 鈫?Project Settings 鈫?Plugins, enable Game Feel Flow Pro.
  3. Make sure the free Game Feel Flow plugin is enabled first.

Pro Plugin Enable

See the Pro documentation to learn what Pro adds and whether it fits your project.

Verify

Create a new scene, add a Node2D, and attach a GFFPlayer node as a child. You should see the custom Inspector appear.

Next