inventory-system icon indicating copy to clipboard operation
inventory-system copied to clipboard

Modular inventory system for godot 4 with nodes, compatible with multiplayer, separate logic from the UI, Using items as separate resources.

Results 24 inventory-system issues
Sort by recently updated
recently updated
newest added

### Discussed in https://github.com/expressobits/inventory-system/discussions/116 Originally posted by **SparkleArts** May 26, 2024 I want to add Modding Support to my Game and that includes also Items from Inventory System Addon. Every...

enhancement

Godot4.3 Call inventory_handler.pick_to_inventory(node) in my 2d game causes the game crash ![image](https://github.com/user-attachments/assets/4a85864c-6b0b-46ef-90e4-ca16703a4c53) ![image](https://github.com/user-attachments/assets/27bd29fb-9836-42a5-9963-40b32669e3ff)

In the demo(s), you press `I` to open the inventory. But `I` then does nothing, you must press `Esc` to close the inventory. `I` should also close the inventory at...

good first issue