EB Inventories
EB Inventories provides a flexible, scriptable-object-based inventory system for Unity games. Manage items across containers with customizable data components, handle item collection and dropping through dedicated handlers, and leverage optional Netcode support for multiplayer functionality. The system includes a crafting framework and is designed for easy integration into gameplay systems.
br.com.expressobits.inventories 
Install via UPM
Add to Unity Package Manager using this URL
https://www.pkglnk.dev/ebinventories.git README Markdown
Copy this to your project's README.md
## Installation
Add **EB Inventories** to your Unity project via Package Manager:
1. Open **Window > Package Manager**
2. Click **+** > **Add package from git URL**
3. Enter:
```
https://www.pkglnk.dev/ebinventories.git
```
[](https://www.pkglnk.dev/pkg/ebinventories)README
Welcome to Expresso Bits Inventories 👋
Features
✔️ Easy item management by scriptable objects.
✔️ Adding custom data to items via scriptable with components.
✔️ Container component with generic functions of adding, removing, etc. of items.
✔️ Item Handler component with functions to drop, collect items, open and close containers.
✔️ Netcode for gameobjects extension available
🔨 Craft System.
Install
With Git URL
To install open Window > Package Manager and click on the + package icon and choose "Add package from git url" and type:
and you're done!
With OpenUPM
- Add openupm registry. Click on the menu Edit -> Project settings..., and add a scoped registry like so:
Name: OpenUPM
Url: https://package.openupm.com
Scopes:
com.openupm
br.com.expressobits
- Close the project settings
- Open the package manager. Click on menu Window -> Package Manager and select "Packages: My Registries", select the latest version of EB Inventories and click install
- You may come back to the package manager to unistall EB Inventories or upgrade it.
Usage
--
Components
Container
Container is responsible for storing items inside slots. Slots store an amount of a certain item. Container may or may not be limited by the amount of slots.
ItemHandler
Item Handlers are responsible for dropping, collecting, moving items between containers, opening and closing containers, etc.
Authors
👤 Rafael Correa (Script)
- Twitter: @ScriptsEngineer
- Github: @scriptsengineer
🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Show your support
Give a ⭐️ if this project helped you!
📝 License
Copyright © 2021 Rafael Correa.
This project is MIT licensed.
This README was generated with ❤️ by readme-md-generator
No comments yet. Be the first!