-
Notifications
You must be signed in to change notification settings - Fork 36
Installing Inventory System
Rafael Correa edited this page Sep 23, 2023
·
4 revisions
- Enter in Asset Lib on top view of Godot:
- Select the Inventory System (if If you didn't find it, search the bar above for "Inventory System", it will be there. If it isn't already, you are probably on a version that is not compatible with the addon, currently only compatible with Godot 4)
- Select Download
- Select Install for add addon in your project.
-
Open a terminal in your project folder
-
Type command for add submodule
git submodule add https://github.com/expressobits/inventory-system.git addons/inventory-system
- Type command for start submodule
git submodule update --init --recursive