I love Defold, hope Loving Features

  • extension Dependencies support file:// schema
  • project templates could be setting to local path
  • hot extensions such as spine, protobuf, iap and so on provided in game engine, just let user can check or uncheck them
  • support typescript officially
1 Like

Post your feature requests here as individual issues for a chance that they get implemented!

1 Like

You can easily set your own http://localhost:8000 links there, and serve your content using a local server.
Supporting file:// wouldn’t work well if you share a project with other users, that may put content elsewhere. Better to use http:// protocol.

That’s ok. macOS contains apache server itself.
However, I think it’s better that dependencies can store inside project folder?
Maybe it’s just my point.

You can simply download and put them into your project root folder?