Skip to content

Installing Inventory System

Rafael Correa edited this page Sep 23, 2023 · 4 revisions

Installing via Godot Asset Lib

  1. Enter in Asset Lib on top view of Godot:

image

  1. 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)

image

  1. Select Download

image

  1. Select Install for add addon in your project.

image

Install via Git Modules

  1. Open a terminal in your project folder

  2. Type command for add submodule

git submodule add https://github.com/expressobits/inventory-system.git addons/inventory-system

  1. Type command for start submodule

git submodule update --init --recursive