This video walks through Economy with Inventory enabled.
This is an integration demo showing how Economy coordinates both currency and item systems through clean public interfaces.
In this scene, we add an IItemStore, allowing Economy to handle money and inventory-backed item flows.
Covered:
Economy + Inventory integration
How IValueLedger handles money
How IItemStore handles item operations
Buy flow: debit currency, then deliver item
Sell flow: remove item, then grant payout
Reward flow: grant currency, then attempt item delivery
Why Craft is intentionally out of scope here
Preflight checks vs authoritative execution
Item identifiers and runtime resolution
How Economy coordinates systems without replacing them
Key idea:
Economy coordinates Currency and Inventory together — but each system still keeps its own responsibility.