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
  • v.1.6.1
  • v1.6.0
  • v1.5.9
  • v1.5.8
  • v1.5.6-v1.5.7
  • v1.5.5
  • v1.5.4
  • v1.5.2
  • v.1.5.1
  • v1.5.0
  • v1.4.3
  • v1.4.2
  • v1.4.1
  • v1.4.0
  • v1.3.2
  • v1.3.1
  • v1.3.0
  • v1.2.2
  • v1.2.1
  • v1.2.0
  • v1.1.1
  • v1.1.0
  • v1.0.4
  • v1.0.3
  • v1.0.2
  • v1.0.1
  • v1.0.0
  1. Changelogs

Latest Releases

A list of releases and what was added.

v.1.6.1

  • Editing improvements to loot boxes, item pouches, and item drops.

  • Fixed a critical bug causing the UITK UI to break.

  • Fixed a rare bug causing the hover details to stop appearing in UITK.

  • Fixed a bug causing the inventory/storage to display the incorrect number of pages when pagination is enabled and set to infinite.

  • Fixed a bug causing rotated items to appear at the wrong position in uGUI.

  • If updating to a new version of Inventool resulted in your settings being reset, this will not happen anymore.

v1.6.0

  • Added the full-screen UI option for uGUI.

  • Added automatic item rotation support.

  • Improved the automatic item sorting algorithm and added additional options.

  • Fixed a bug causing the uGUI hover details to remain on screen despite not hovering an item anymore.

  • Other minor fixes and improvements.

v1.5.9

  • Added an async storage loading option.

v1.5.8

  • You can now add custom logic to the inventory or storage to limit the items they accept.

  • Minor bug fixes and improvements.

v1.5.6-v1.5.7

  • Various UI bug fixes.

v1.5.5

  • Added parity options to the Equipment tab in the Inventool editor window, allowing you to set the X and Y axis parity of the equipment slot grid. The change required updating all in-game equipment UI windows—uGUI users will need to remove and re-add the Inventool UI into their scene to use the latest version of the UI.

  • Minor bug fixes.

v1.5.4

  • Added classes to items. When items of the Currency class are obtained, their currency amount, as decided by the currency pouch object, is added to the player's currencies. The item does not appear in the inventory.

  • Added Currency Pouch: an object used to designate an amount of currency.

  • Dropping items will now open the quantity or confirm prompt as necessary.

  • Minor bug fixes and improvements.

v1.5.2

  • Minor bug fixes and improvements.

v.1.5.1

  • Minor bug fixes and improvements.

v1.5.0

  • Added uGUI support (split UI only). Note: you can access all UI options from GameObject > Inventool.

  • Fixed a bug causing sub key item types to not be considered key items.

  • Multiple other bug fixes.

v1.4.3

  • Critical bug fixes and logical improvements.

v1.4.2

  • Critical bug fixes.

v1.4.1

  • Multiple bug fixes with the new split UI option.

v1.4.0

  • Added split UI option: all systems now have their own dedicated windows. The original combined window is still available.

  • Multiple bug fixes.

v1.3.2

  • Multiple bug fixes.

v1.3.1

  • Added keyboard and controller support (CrossInputSupport component).

  • Minor bug fixes.

v1.3.0

  • Added localization support with Unity's Localization package.

  • The hover details will now resize its height based on its content.

v1.2.2

  • Added an easier way to set a 2D character image.

  • Minor bug fixes.

v1.2.1

  • Added item type sorting order.

  • Minor bug fixes and improvements.

v1.2.0

  • Added a comprehensive stats system:

    • Create any number of custom stats right from the Inventool editor.

    • Create any number of custom attributes (types, elements, etc.) and easily set their strengths and weaknesses.

    • Use the attribute chart to see the strengths and weaknesses of your attributes.

  • Updated enchanting so that it works with the new stats system.

  • Items can now have stats and you can now set them from the items tab of the Inventool editor.

  • Item stat values can be displayed in the item description with text tags.

v1.1.1

This update contains critical bug fixes that was preventing the tool from working in older Unity versions.

v1.1.0

  • Storage system: create any number of storages! Storages can store items and currencies.

  • Item dismantling: try the new dismantling tab to easily set dismantle result items!

  • Multiple item icons: now you can set different icons for the same item for different areas of the UI.

  • Item backgrounds: sometimes your special items need a special look (you know—aside from it's already cool design), so you can now set item backgrounds from the items tab!

  • Various other bug fixes and improvements.

v1.0.4

This update only contains a critical bug fix for sprite sheets not being displayed correctly in the UI.

v1.0.3

  • Fixed a bug causing LootBox's GetLoot method to not work at all

  • Added item spawner

v1.0.2

  • Added debug log options

  • The action menu now supports small custom icons

  • Added the ability to spawn custom item drop prefabs

  • Fixed a bug causing item drops to not be picked up sometimes

v1.0.1

  • Added quantity prompt option for the item shop

  • Added support for saving & loading

  • Fixed a bug causing enchantments to not work correctly in-game

  • Other minor improvements

v1.0.0

Initial release of Inventool.

PreviousGetting HelpNextFuture Plans

Last updated 18 days ago

📚