https://github.com/the-chest/thechest.unity
Generic Unity library for dealing with inventory
https://github.com/the-chest/thechest.unity
inventory-management library unity
Last synced: 2 months ago
JSON representation
Generic Unity library for dealing with inventory
- Host: GitHub
- URL: https://github.com/the-chest/thechest.unity
- Owner: The-Chest
- Created: 2020-02-29T20:44:07.000Z (over 6 years ago)
- Default Branch: main
- Last Pushed: 2026-04-25T04:23:16.000Z (2 months ago)
- Last Synced: 2026-04-25T06:21:00.280Z (2 months ago)
- Topics: inventory-management, library, unity
- Language: C#
- Homepage:
- Size: 6.21 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 26
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
# The Chest
Generic Inventory System from Unity.
> Work In Progress | Not Ready for Production
## Upgrading dependencies
```bash
git subtree add --prefix=Scripts/Core https://github.com/The-Chest/TheChest.Core {version} --squash
```
```bash
git subtree add --prefix=Scripts/Inventories https://github.com/The-Chest/TheChest.Inventories {version} --squash
```
## Requirements
TheChest.Core >= v0.8.0
TheChest.Inventories >= v0.8.1