Folded Paper Engine – Blender to Godot

The Folded Paper Engine is a very interesting project, similar to UPBGE in that it allows you author games almost entirely in Blender. The major difference here, your game is exported as a specially marked up GLTF file and is then finished and compiled using the open source Godot game engine. This nicely sidesteps the thorny issues of the GPL, while enabling you to compiled your project for all of the platforms that the Godot game engine supports.

Details of the Folded Paper Engine:

Folded Paper Engine (FPE) is a Blender-to-Godot addon that dramatically reduces boilerplate setup when creating game levels. Define gameplay properties and behaviors directly in Blender using custom panels, then export as standard GLTF. When imported into Godot, FPE’s addon automatically wires up the functionality based on your tagged properties.

Work the way that makes sense to you. Artists can build interactive levels without touching code. Programmers can use FPE to handle the repetitive setup, then extend everything with custom scripts. FPE provides the foundation and gets out of your way.

Who is FPE for?

  • Artists and designers who want to prototype interactive scenes quickly
  • Solo developers who want to spend less time on boilerplate and more time on gameplay
  • Teams where level designers work in Blender and need a clean handoff to Godot
  • Anyone who’s tired of manually setting up triggers, collision, audio, and scene metadata for every level

How it works

  1. Tag objects in Blender – Use FPE’s custom panels to mark objects as Players, Triggers, Speakers, Holdable Items, and configure their properties
  2. Export standard GLTF – FPE embeds your custom properties into the GLTF file using Godot’s existing import system
  3. Import to Godot – Add the FoldedPaperEngine node, assign your GLTF file, and FPE’s modular system automatically enhances the imported nodes with the behaviors you defined

No custom file formats. No reinvented wheels. Just standard GLTF with smart automation on the Godot side.

Key Links

Folded Paper Engine Home

FPE GitHub Repository

FPE Discord Server

You can learn more about Folding Paper Engine, including how to set it up and use it in both Godot and in Blender in the video below.

Scroll to Top