03.1 CRAFTING
How does the Crafting system work?
The Crafting System closely resembles the Shop System because both are derived from the TradeHub 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 how to work with Crafting Benches.
Last updated