expressobits / inventory-system

Modular inventory system for godot 4 with nodes, compatible with multiplayer, separate logic from the UI, Using items as separate resources.
MIT License
500 stars 32 forks source link

When there is no workstation data in the database and there are workstation nodes in the scene, the game crashes without any error messages #143

Closed griffenliu closed 2 months ago

griffenliu commented 2 months ago

When there is no workstation data in the database and there are workstation nodes in the scene, the game crashes without any error messages

griffenliu commented 2 months ago

Lack of documentation, when I used it in 2d games, I found that the workstation had to be associated with a database with workstation data in order to function properly, otherwise the game would crash. Similarly, the InventoryHandler node must specify the inventories path otherwise it will also cause the game to crash, hopefully with detailed documentation and error messages!

scriptsengineer commented 2 months ago

Hello, I am currently working exactly on the issue of putting error messages, for 2.0.0 release