Can I build my projects without an internet connection?

I see in Preferences that there is a URL to a ‘build server’. Does this mean that I can not build my projects on my local computer and need an internet connection to build a game?

You can build your projects without a net connection if you use no native extensions. I think if you have already built your native extensions once and did not modify them since then you won’t need a net connection for subsequent builds either.

3 Likes

Thanks. But what are native extensions? I am completely new to Defold.

Native extensions are native code which is compiled into your engine binary to give extra functionality. For example

You can find more on the assets portal

1 Like
1 Like