Dear all,
I have maybe the weirdest question ever,
What is the difference between defold editor and defold engine.?
I am sorry i just do not understand and i am new to game dev
thank you
The editor is the program that you use to build things, to put all the things together that your game consists of (images, sprites, sounds, scripts etc). This baby:
The engine is a separate program that takes everything that you have built in the editor and runs it on your computer, the web or mobile device.
This is the engine running the data that I have created in the editor above:
The editor contains a copy of the engine that the editor uses to run your game when you select Project > Build from the menu.
so we create in the editor and the engine is the program that creates the exe the apk … ?
No, the editor creates the apk, but there is an exe (actually a library file) inside the apk, that is the engine.
ow okey i got you thank you so much <3 so i export a game with an engine so that in a device the game works
it is clear now ( by the way it is an interesting software thanks )