How to use assets from github not asset portal (SOLVED)

like i have this thing

how do i use it in my project, i put it in my dependencies and fetch libraries like what i do for assets from the asset portal but nothing happens

Either you can download the files separatly or you can add the thing to your dependecies (like you tried)
But be sure to get the .zip and not .gitlink

3 Likes

Ooh okay thanks

i cant find it

It’s Copy link address in your browser.

1 Like

oh okay i thought it was the one his cursor was pointing at

i copied link adress and fetched libraries but no jigsaw thing pop up

That’s because the GitHub repository you added (https://github.com/johnnyjr/defold-stuff) is not set up as a Defold library project. You can’t use it as a dependency. You need to manually copy the files to your project.

1 Like

oh so i have to manually copy and paste the projects
done

You have to do it for that specific project since it wasn’t configured properly. You usually only have to add the dependency to game.project.

1 Like