Inventory System Demos

by expressobits

580

Welcome to Expresso Inventory System ๐Ÿ‘‹

Version Documentation License: MIT

Demo

New here? Read our new Documentation

Branchs Map

๐Ÿชนmain: Contains C++ Plugin

๐Ÿชนaddon: Compiled version of the libs (with demos) that are in the godot asset lib store.

๐Ÿชนcsharp: Contains Conversion version to csharp by Glitshy.

Features

โœ”๏ธ Inventory with Item Stacks.

โœ”๏ธ Separate UI inventory logic.

โœ”๏ธ First Person demo with chests.

โœ”๏ธ Item Definition as Extendable Resource.

โœ”๏ธ Demonstrations of dropped items and item pickup.

โœ”๏ธ Multiplayer compatible (Including example).

โœ”๏ธ Hotbar.

โœ”๏ธ Craft System.

โœ”๏ธ Item Editor.

โœ”๏ธ Categories. (https://github.com/expressobits/inventory-system/issues/5)

โœ”๏ธ Specialized slot category inventory. (https://github.com/expressobits/inventory-system/issues/40)

โœ”๏ธ Autocrafts. (https://github.com/expressobits/inventory-system/issues/34)

โœ”๏ธ Unconventional inventory. https://github.com/expressobits/inventory-system/issues/32

โœ”๏ธ Inventory with grids like RE4. (https://github.com/expressobits/inventory-system/issues/35)

โœ”๏ธ Equipament Inventory

In Progress

Planneds

๐Ÿ“… Inventory UI dynamic #83

Install

See in Docs

Struture

Gloot

Grid Inventory and Grid UIs based on plugin Gloot Special thanks to Peter Kiลก and its contributors The grid system and its UI were based on this repository.

CMake support

git submodule setup in main repository

git submodule init
git submodule update

cmake configure in main repository

cmake -GNinja -DCMAKE_BUILD_TYPE=Debug -B cmake-build-debug .

Define variables GODOTCPP_PRECISION=single|double and/or BITS=32|64 for further build variants if needed.

cmake build/install in specified build folder cmake-build-debug

cmake --build . --target install --config Debug

This installs the built library in the bin folder of the repository.

Authors

๐Ÿ‘ค Rafael Correa

๐Ÿค Contributing

Contributions, issues and feature requests are welcome!

Feel free to check issues page.

To suggest or discuss some project structure, feel free here discussions page

Show your support

Give a โญ๏ธ if this project helped you!

Assets

All assets (GUI, Models and textures) from https://kenney.nl/assets

๐Ÿ“ License

This project is MIT licensed.

Version

0.9.5

Engine

2.0

Category

Demos

Download

Version0.9.5
Download

Support

If you need help or have questions about this plugin, please contact the author.

Contact Author