What is the best way to get the source in my Defold editor? I see its in Github. Can I do something in Defold to get access to that or do I need to copy it…?
PS
Maybe we should give Kenny a shout or something; his stuff is all over Defold including the tuts
Kenney is given credit in several places in the Manual pages, but I actually don’t see any mention in the tutorials. @sicher can we do something about this? I also credited Kenney for the graphics on my GitHub page.
Yes I meant the manuals He is credited for that under the pages.
I was not thinking about crediting but sending a thank you note or something. He makes really nice stuff!
Ok, what I did to get the Github contents in Defold:
Create blank Defold project
Open it in editor + create (master) branch
Close editor
Download zip from Github + extract
Go to local github directory on harddisk
Find new project dir and delete contents
Copy extracted items in project dir
Open Defold editor + project
Content shows up
Synchronise project (Github)
Ready to run
I think another approach that also should work is this:
Fork the project on GitHub
Create an empty project in the dashboard
Open it in Defold
Change remote repository origin to your forked project
Synchronise
Done
(I haven’t tried the above steps, but the should work). The nice thing about forking is that you can quite easily pull in new changes from the repo you forked from, as well as submit pull requests.