https://github.com/christinec-dev/godotinventorysystem
Source code for my Godot Inventory System tutorial series on YouTube.
https://github.com/christinec-dev/godotinventorysystem
gamedevelopment godot-4 godot4 inventorysystem
Last synced: 22 days ago
JSON representation
Source code for my Godot Inventory System tutorial series on YouTube.
- Host: GitHub
- URL: https://github.com/christinec-dev/godotinventorysystem
- Owner: christinec-dev
- Created: 2023-11-29T08:45:09.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-16T11:12:54.000Z (over 1 year ago)
- Last Synced: 2025-03-25T08:24:16.795Z (about 1 month ago)
- Topics: gamedevelopment, godot-4, godot4, inventorysystem
- Language: GDScript
- Homepage:
- Size: 408 KB
- Stars: 18
- Watchers: 1
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Godot Inventory System
This is the final source code for my Godot Inventory System series that I made for my YouTube channel. It consists of a slot-based inventory system where players can add, remove, or use items. 😊## Resources
- [Excalidraw Board](https://excalidraw.com/#json=cjPPFEnlQM-7r-plC8UJ4,iX6E_Q0e7USp2IAlVJQM5g)
## Outline of Features/Functionalities of this System
#### Dynamic Inventory Management
- Players can pick up, use, and drop items.
- Inventory slots display item details and quantities.
- Items have types, effects, and can be stacked based on type and effect.#### Interactive Game World
- Items can be spawned in the game world.
- Players interact with items to add them to their inventory.#### UI Integration
- Inventory UI with grid layout for item slots.
- Detailed view of item information on hover or selection.
- Buttons for using or dropping items from the inventory.#### Player Interaction
- Player character can move and interact with items.
- Inventory access and item usage are linked to player actions.
#### Global Management
- Centralized management of inventory and player references.
- Signals for updating UI when inventory changes.## Inventory Preview




## Asset Creditations
- [https://seliel-the-shaper.itch.io/character-base](https://seliel-the-shaper.itch.io/character-base)
- [https://quintino-pixels.itch.io/assorted-icons](https://quintino-pixels.itch.io/assorted-icons)
- [Sprout Lands - Asset Pack by Cup Nooble (itch.io)](https://cupnooble.itch.io/sprout-lands-asset-pack)