How can I get started making extensions?

Dear Defolder,
I have a few features I’d like to add and I think it could be interesting to try to add them myself.
Are there any tutorials or guides to setting up and testing an extension?
Can I write extensions entirely in cpp?
Thanks,
grify

Hey there. I’ve written four native extensions so far for Defold. All of the information you need can be found here: https://defold.com/manuals/extensions/

Otherwise, take a look through some existing extensions’ GitHub pages. They will help you format your readme.md file properly and get a general sense of how to present your project to the community.

Don’t forget to share it on the forums and post a link in the Asset Portal if you like. :slight_smile:

5 Likes