Inventory Pro Add-On Documentation
  • Welcome to Inventory Pro Add-On for FPS Engine!
  • BEFORE WE START
    • Early Considerations
    • Add-On Compatibility
    • List of Tutorials
  • GETTING STARTED
    • 01. Basic Set-Up
    • 02. Roadmap
  • CONTENT
    • 03. Content
      • 03.1 CRAFTING
        • Recipe_SO
          • Ingredient
        • CraftingButton
        • CraftingProcess
        • CraftingUI
        • CraftingBench
        • IngredientUIIcon
      • 03.2 FAV MENU
        • FavItemSlot
        • FavItemsMenu
          • FavItemReference
      • 03.3 INTERACTABLES
        • InventoryItemPickeable
      • 03.4 INVENTORY
        • InventoryGridData_SO
        • InventoryProManager
        • GridGenerator
        • InventorySlot
        • SlotData
        • InventoryProManagerInputActions
      • 03.5 ITEMS
        • AppleItem_SO
        • EnergyDrinkItem_SO
      • 03.6 OTHERS
        • 03.6.1 TRADE HUB
          • TradeButton
          • TradeUI
          • TradeHub
        • Chest
        • ExamineItem
      • 03.7 SHOP
        • PurchasableItem
        • Shop
          • ShopItemData
        • ShopUI
        • ShopButton
      • 03.8 UI TOOLKIT
        • ContextMenu
        • HighlightInteractions
        • Padding
        • TooltipManager
    • 04. Shared Content for Add-Ons
  • HOW TO USE & GUIDES
    • Uninstalling the Add-On: Fixing Errors
    • Creating, Updating & Deleting Recipes
    • Inventory Designer: Creating, Updating & Deleting Inventory Grid Data
    • Working with Crafting Benches
    • Working with Chests
    • Working with Shops
    • Working with Purchasable Items
    • Working with Item Examination
    • Favorite Pinned Items Menu Considerations
    • Inventory, Hotbar & Chests Considerations
    • Tetris Inventory Considerations
    • Weapons & Ammo from the Inventory
    • Custom Item_SOs
    • Adding a New Inventory
  • FAQ
    • FAQ
  • SUPPORT
    • Support
Powered by GitBook
On this page
  • How to Add a new Crafting Bench
  • How to Modify Crafting Bench Items
  1. HOW TO USE & GUIDES

Working with Crafting Benches

PreviousInventory Designer: Creating, Updating & Deleting Inventory Grid DataNextWorking with Chests

Last updated 1 month ago

This guide covers everything you need to know about Crafting Benches, including how to create new ones and modify existing ones.

For more information, please refer to


How to Add a new Crafting Bench

To create a new CraftingBench, navigate to InventoryPro_ADD_ON > Prefabs. Here you´ll find 2 CraftingBench prefabs:

  • Blank_CraftingBench

  • CraftingBench

Any of both are valid, the different between them is simply that the CraftingBench prefab contains some default graphics & settings while the Blank_CraftingBench does not. For this guide, we´ll use the CraftingBench prefab.

You can drag & drop this Prefab into your scene.

How to Modify Crafting Bench Items

When selecting the Crafting Bench, you´ll see a CraftingBench component attached to it. Here´s where you can customize and adjust your preferences.

Among the different customization settings, you´ll see "Available Recipes". This is a list that contains all the recipes that can be crafted in this specific Crafting Bench. You can add as many recipes as you want.

TIP: Since AvailableRecipes is linked to each Crafting Bench specifically, you can create different types of Crafting Benches, like an Anvil for example, where only metal items can be crafted. This allows full control on what can be crafted & what cannot be crafted on each Crafting Bench.

To modify a Crafting Bench you should first have a Crafting Bench in your scene. If you don´t have a Crafting Bench yet, please refer to

If you want to learn more about recipes, please refer to this .

documentation page
How to Add a new Crafting Bench
CraftingBench documentation