GODOT 4.4.1
I would like to know if there is a plugin for creating a simple inventory, something that can be used to make items, aimed at someone who is a beginner in programming and game development. Any help is welcome.
GODOT 4.4.1
I would like to know if there is a plugin for creating a simple inventory, something that can be used to make items, aimed at someone who is a beginner in programming and game development. Any help is welcome.
The asset library contains such plug-ins. I don’t know what you consider a ‘beginner’ to be, so I offer a word of caution. Plug-ins aren’t necessarily helpful to everyone or in every situation. Some of these inventory systems were made to simplify the development process of people who are working on very complex games. They might be complete overkill and add unneeded complexity if your requirements are much more modest. If all your inventory system needs to hold is a minor, medium, and major healing potion, you’re probably better off without the plug-in.
I already have a fairly advanced game, and I’m still learning to program — I’m just starting out and watching YouTube videos. My question is about the asset libraries you sent me: do you recommend any of them? My biggest difficulty is linking everything together to make it work. I’m making a simple top-down zombie game similar to SAS, but I want it to have an inventory system. I’m using Godot 4.4.1.
I do not use any of the assets and can’t speak about their quality. My suggestion is to open an empty project for each 4.0+ compatible library and see which one suits your needs best. You probably want something that’s well-documented or offers examples you can copy.