03.1 CRAFTING
Last updated
Last updated
The Crafting System closely resembles the Shop System because both are derived from the system. Fundamentally, both involve exchanging resources, whether it's item ingredients in Crafting or coins in Shopping, for other items (crafted results or purchased items).
Due to these similarities, much of the shared logic is centralized within the TradeHub
, TradeUI
, and TradeButton
components. The Shop and Crafting systems then build upon this foundation, each adding their own custom behavior as needed.
For more details specific to Crafting, refer to .
Recipe_SO
CraftingButton
CraftingProcess
CraftingUI
CraftingBench
IngredientUIIcon