Hi, I want to create a game, but (mostly) without the editor or at least without the automatic functions form the editor. I want to be able to create scenes, materials, UIs and so on "on the fly" from a script.
Maybe some parts of the game like the main menu and some core functions can be created in the editor, but most of the game should be created from script.
I want to be able to add a new item or mobs or whatever just by adding script files to the game folder (modding). A core function should search a folder for scripts and run them. And these scripts should create most of the game content (not the editor)
Is that possible and if so, how does it work? Are there tutorials? Unfortunately I haven't found any yet. If that doesn't work, I'll probably have to look for another game engine because the modding feature is supposed to be a core function of my game.
Regards DotGo