Multiplayer Crafting Kit
150.000₫Giá
Component-based Multiplayer Crafting Kit, which is compatible with external Inventory Systems. For those who don't have an Inventory yet it also features a basic, drag and drop, Inventory solution.
Key Features:
- Multiplayer Support | Singleplayer, ListenServer and Dedicated Server
- Personal Player Crafting | Players can have their own Crafting Menu
- Actor based Crafting | The Crafting Component can easily be added to an Actor to create a Workbench. EventDispatchers can be used to control visuals
- Fuel-based Crafting | Crafting can be linked to fuel, represented as an Item that gets consumed over time
- Crafting Queue | You can start crafting Multiple recipes at once and wait for them to be processed one after another
- Uses DataTables | Crafting Recipes and Items are managed through DataTables to easily add and modify
- Use your own Inventory System | Crafting and Inventory are connected through Interfaces. You can use your own Inventory or use my basic drag&drop Inventory Solution that comes with this System
- Placeholder Icons/Models | The DEMO of this System includes Item Icons, basic UI and interior meshs. It also features a Workbench, Anvil and Furnace to DEMO Actor based Crafting
- Clean and well commented Code