defold / defold

Defold is a completely free to use game engine for development of desktop, mobile and web games.
https://www.defold.com
Other
4.04k stars 287 forks source link

Add http module to editor script #8654

Open Jerakin opened 5 months ago

Jerakin commented 5 months ago

(Previously requested here https://github.com/defold/editor2-issues/issues/2798)

Is your feature request related to a problem? Please describe (REQUIRED): http calls in editor scripts

Describe the solution you'd like (REQUIRED): I would like to be able to do http calls within editor script.

Describe alternatives you've considered (REQUIRED): Make it call external scripts.

wistpotion commented 5 months ago

There are a lot of features that are in the engine that would be super useful to have in editor scripts like:

I'm guessing there are not written in plain lua but integrated with cpp into the engine, so it's not possible to copy paste them into standalone scripts?