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
470 stars 31 forks source link

I can't Add Inventory Items by the editor screen #79

Closed scriptsengineer closed 11 months ago

scriptsengineer commented 11 months ago

Discussed in https://github.com/expressobits/inventory-system/discussions/78

Originally posted by **k25961918** November 10, 2023 Hi~ Thank you very much for your plug-in. For me who can’t write scripts, inventory-system is really helpful to me. But there are some small problems,When I Select the item icon to create a new item, Choose the name of your database and Select Ok, item is not generated in the file system. Select the add recipes icon to create a new recipes. The recipes appear in the file system, but do not appear in the editor window. You need to add the icon again and select New recipes with existing resources to display them in the editor. Another suggestion, can you add a name and address to the recipes in the editor? When I make multiple recipes, it happens that I forget the recipe file name in the file system. ![recipes](https://github.com/expressobits/inventory-system/assets/56457079/431e2381-f817-426a-99a1-16f252fa39e9)
scriptsengineer commented 11 months ago

Fixed on next released