Can I use C++ while developing a game in Defold?

hello, can I use C++ while developing a game in defold, if I can, how can I do it?

I think the only way is via native extensions.

However, Lua is the intended programming language in Defold. You can probably use extensions to do a large part of the game logic, but this is not how the engine is designed to be used.

1 Like