Inventool Documentation
  • Inventool Documentation
  • đŸ•šī¸Quick Start
    • Installation
    • Start Creating
  • 💡General
    • Running the Demo
    • Menu Options
    • UI Updates
    • UI Customizations
      • uGUI
      • UI Toolkit
    • Custom Item Drops
  • 🎓Tutorials
    • Demo Walkthrough
  • âœī¸Editors
    • Inventool
      • Inventory
      • Equipment
      • Items
      • Currencies
      • Crafting
      • Dismantling
      • Enchanting
      • Stats
        • Stat IDs
        • Attributes
      • Settings
    • Item Type Manager
    • Localization Editor
    • Stats Editor
    • Merchants
      • Shopkeeper
      • Craftsman
      • Enchanter
    • Storage
    • Loot
      • Loot Box
      • Item Pouch
      • Currency Pouch
    • Components
      • Initializer
      • UI
        • uGUI
          • Inventool Window
          • Split UI
            • Inventory Window UGUI
            • Equipment Window UGUI
            • Key Items Window UGUI
            • Crafting Window UGUI
            • Enchanting Window UGUI
            • Storage Window UGUI
            • Shop Window UGUI
            • Selector UGUI
          • Action Menu UGUI
          • Hover Details UGUI
          • Confirm Prompt UGUI
          • Quantity Prompt UGUI
          • Character Viewer Element UGUI
        • UI Toolkit
          • Inventool Window
          • Split UI
            • Inventory Window
            • Equipment Window
            • Key Items Window
            • Crafting Window
            • Enchanting Window
            • Storage Window
            • Shop Window
          • Action Menu
          • Hover Details
          • Confirm Prompt
          • Quantity Prompt
        • Character Viewer
      • Overworld Merchant
      • Storage Keeper
      • Item Drop
      • Item Spawner
      • Input
        • Cross Input Support
        • Cross Input Support UGUI
          • Target Selectable
  • 📄Scripting API
    • Initialization
    • Inventory
    • Equipment
      • Equipment Slot
    • Items
      • Item
      • Item Type
      • Item Stack
      • Item Drop
      • Item Spawner
      • Loot Box
      • Item Pouch
    • Currencies
      • Currency Identity
      • Currency
        • Value
      • Currency Pouch
    • Crafting
      • Craft
      • Crafter
    • Enchanting
      • Enchantment
    • Stats
      • Stat Identity
      • Attribute
      • Stat
        • Stat Value
          • Value
        • Effectiveness
      • Stat Profile
    • Storing
      • Storage
      • Storage Keeper
    • Settings
    • Merchants
      • Shopkeeper
      • Craftsman
      • Enchanter
      • Overworld Merchant
    • UI
      • uGUI
        • Inventool Window UGUI
        • Split UI
          • Draggable Window UGUI
            • Inventory Window UGUI
            • Equipment Window UGUI
            • Key Items Window UGUI
            • Crafting Window UGUI
            • Enchanting Window UGUI
            • Storage Window UGUI
            • Shop Window UGUI
          • Selector UGUI
        • Action Menu UGUI
        • Hover Details UGUI
        • Confirm Prompt UGUI
        • Quantity Prompt UGUI
        • Draggable Element UGUI
          • Equipment Slot Element UGUI
          • Item Slot Element UGUI
          • Item Stack Element UGUI
        • Action Menu Option UGUI
        • Currency Element UGUI
        • Inventory Filter UGUI
        • Inventory Slot UGUI
        • Key Item Element UGUI
        • Shop Item Element UGUI
        • Storage Currency Element UGUI
        • Stat Element UGUI
      • UI Toolkit
        • Inventool Window
        • Split UI
          • Draggable Window
            • Inventory Window
            • Equipment Window
            • Key Items Window
            • Crafting Window
            • Enchanting Window
            • Storage Window
            • Shop Window
        • Action Menu
        • Hover Details
        • Confirm Prompt
        • Quantity Prompt
        • Item Elements
          • Item Stack Element
          • Equipment Slot Element
          • Item Slot Element
          • Shop Item Element
      • Action Menu Option
      • Character Viewer
    • Events
    • Sounds
    • Saving & Loading
      • Inventory & Equipment
      • Storage
    • Input
      • Cross Input Support
      • Cross Input Support UGUI
    • Localization
      • Localization Settings
      • Localizer
  • đŸ› ī¸Support
    • Getting Help
  • 📚Changelogs
    • Latest Releases
    • Future Plans
  • ⭐Rate Me?
Powered by GitBook
On this page
  • Editor Windows
  • Inventool
  • Item Types Manager
  • Localization
  • GameObject Menu Options
  • Initializer
  • UI
  • Asset Menu Options
  • Enchanter
  • Craftsman
  • Shopkeeper
  • Currency Pouch
  • Item Pouch
  • Loot Box
  • Storage
  • Localization Settings
  1. General

Menu Options

A list of all available editor menu options.

PreviousRunning the DemoNextUI Updates

Last updated 22 days ago

Editor Windows

Inventool

Window > Inventool > Inventool

The main editor window. Here you can create items, crafts, enchantments, currencies, and edit the inventory and equipment.

Item Types Manager

Window > Inventool > Item Types

The editor window that allows you to create custom item types.

Localization

Window > Inventool > Localization

The editor window that assists with localization.

GameObject Menu Options

Initializer

GameObject > Inventool > Initializer

Adds the InventoolInitializer to the active scene. This component initializes Inventool. It's not necessary if you're initializing Inventool yourself.

UI

You can access all UI options from GameObject > Inventool > UI.

Option
Description

Full-Screen (uGUI)

The full-screen UI, as displayed in most of Inventool's marketing. This is meant for users that prefer uGUI.

Split UI (uGUI)

Each system has its own dedicated window, separate from other systems. This is meant for users that prefer uGUI.

Full-Screen UI (UITK)

The full-screen UI, as displayed in most of Inventool's marketing. This is meant for users that prefer the UI Toolkit.

Split UI (UITK)

Each system has its own dedicated window, separate from other systems. This is meant for users that prefer the UI Toolkit.

Asset Menu Options

Enchanter

Create > Inventool > Merchants > Enchanter

Creates a new Enchanter merchant asset.

Craftsman

Create > Inventool > Merchants > Craftsman

Creates a new Craftsman merchant asset.

Shopkeeper

Create > Inventool > Merchants > Shopkeeper

Creates a new Shopkeeper merchant asset.

Currency Pouch

Create > Inventool > Currencies > Currency Pouch

Creates a new CurrencyPouch asset.

Item Pouch

Create > Inventool > Items > Item Pouch

Creates a new ItemPouch asset.

Loot Box

Create > Inventool > Items > Loot Box

Creates a new LootBox asset.

Storage

Create > Inventool > Storage

Creates a new Storage asset.

Localization Settings

Create > Inventool > Localization Settings

Creates a new LocalizationSettings asset.

💡
Inventool Editor Window
Item Types Editor Window