Where is dependency link on github? (SOLVED)

I made lua module I want to share as dependency but I can’t test beforehand because only link I can find is https://github.com/nezvers/true-tile-collision.git or https://github.com/nezvers/true-tile-collision/archive/master.zip which seems is not right or I’m doing something wrong (fetch libraries does nothing).
I don’t see anything like this:

I watched @Oleg_The_Evangelist video and zip link should be working but fetch libraries do nothing.
Reloading Defold I got this:
Capture
But Defold still doesn’t download dependency even opened as admin.
It downloaded dependency from Asset portal tho.

There is a setting on game.project which asks you which dirs to include when the project is added as an dependency. It is called “include dirs”. Try setting the path to the folder containing your lua module in there.
If you still can’t get it, Try opening game.project of some already existing dependencies and see :slight_smile:

1 Like

Thank you! I got it working, so now I can create Asset portal page. YAY!

1 Like