Easy Inventory: Powerful & Seamless Solution


Modular drag-and-drop inventory system with hotbar, chest, item types, and editor tool. Easily customizable and save-ready for quick integration into any Unity project.


by HappyLama


Price History +

This package offers a fully modular and customizable inventory system with drag-and-drop functionality. It includes hotbar, chest, and item slots, supports various item types via enums (e.g., weapons, ammo, batteries), and features an integrated editor tool for creating and managing items easily.

It’s suitable for a wide range of genres, including survival, RPG, FPS, horror, or any game requiring inventory management. The system supports adjustable capacity, dynamic UI, and save/load functionality using JSON, making it ideal for both simple and complex projects.


⚠️ IMPORTANT: Before using this system, you must add the com.unity.nuget.newtonsoft-json package via the Unity Package Manager.
To do this:

  1. In the Unity Editor, go to Window > Package Manager.
  2. Click the + button in the top-left corner.
  3. Select "Add package by name...".
  4. Enter: com.unity.nuget.newtonsoft-json and click Add.

Without this package, the JSON-based save/load system will not function correctly.