ProtoForge Systems
Publisher information:
ProtoForge Systems is an independent game development studio building games in Godot, with a production pipeline that converts commercial asset libraries — Unreal Engine, Unity, and native Blender content — into engine-ready Godot kits.
The tools we publish are not built as products. They are extracted from that pipeline after they have survived real production use. The Kit Browser exists because our own projects browse a library of thousands of meshes across more than two dozen modular kits, and the editor's built-in previews were not adequate for choosing between them. The thumbnail rig, the incremental indexer, and the variant grouping were all built for that library first and generalized second; the public addon is the same code our internal projects run, consumed from the same repository.
A few principles carry across everything we build:
- Measure, don't assume. Design decisions get made against the actual data — asset counts, triangle budgets, render timings — not against intuition about them. When we claim a tool is fast enough or a category is worth having, it's because we counted.
- Zero-setup over configurable. A tool that needs an external dependency installed and located is a tool most people close. Where the editor can do the work itself, it should.
- Plain files over hidden state. Catalogs and thumbnails are ordinary files beside the assets they describe: inspectable, diffable, committable, and shareable with a team through version control like everything else.
Our released tooling is MIT-licensed and developed in the open at https://github.com/ProtoForgeSystems. Issues and pull requests are welcome — bug reports from projects unlike ours are how the tools get better.
Currently in development: two Godot titles, and the asset pipeline that feeds them. Tools will continue to graduate from the pipeline to the public as they prove themselves.