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
392 stars 25 forks source link

Core files missing in main #119

Open lmorao opened 6 days ago

lmorao commented 6 days ago

I tried installing this repo from the asset lib and manually. The main branch has no core folder, so all the basic class_names are missing. There's no such thing as hotbar.gd or others needed and this doesn't work at all for me.

Maybe I'm doing something dumb, but I have tried browsing and searching on github and there's none of the required class_name

image image image
scriptsengineer commented 6 days ago

After version 1.0 I transformed every core to a C++ module (on bin folder), they are included in the addon as a gdxtension library. Test if you can use Inventory references (For example) in your code?