An open API service indexing awesome lists of open source software.

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

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