Back to Browse

Crafting CraftingService

2 views
May 1, 2026
3:19

This video breaks down the CraftingService — the orchestration layer that drives the entire RevFramework Crafting system. Up to now, we’ve used Crafting from the outside: quickstart, recipes, workbenches, routing, and more. Here, we look at the service that actually coordinates everything behind the scenes. This is not a line-by-line code walkthrough. It’s a structural overview — how the system is organised, what each part is responsible for, and where you actually plug in. We cover: Why the CraftingService is intentionally large How the inspector config defines dependencies and tuning How the public API drives all crafting behaviour How preflight, enqueue, and job control flow through the system How the core loop updates progress and completes jobs How the craft pipeline enforces a predictable lifecycle Why you extend through validators, modifiers, and routers — not the service itself Where the boundary is between supported API and internal orchestration Key idea: The service coordinates everything — you extend around it, not inside it. RevFramework is designed for developers comfortable with C# scripting in Unity. If you’re looking for a no-code solution, this isn’t the right tool. #Unity #GameDev #RevFramework

Download

0 formats

No download links available.

Crafting CraftingService | NatokHD