Is there a way to add templates to the new project section?
It would be nice to point it to a custom template on github (I believe this is what the editor does anyway)
Is there a way to add templates to the new project section?
It would be nice to point it to a custom template on github (I believe this is what the editor does anyway)
The templates, tutorials and samples are defined here in welcome.edn
:
The file gets included as a resource in the editor and is loaded when the Welcome screen is shown. There is currently no easy way to modify welcome.edn
in a downloaded editor.
Thinking ahead about the way I want to structure my point and click adventure kit. With native extensions, lua extensions, editor extensions, an initial folder structure, settings in game.project it makes sense to have a template to hold all of it.
It’s no big deal having to download it manually from github, but being able to specify a github zip just like the dependencies would be nice at some point
I understand! Did you know that you can flag a project on GitHub as a template and then base new repositories on the template? That could be an alternative approach for you perhaps?
Didn’t know that.
Yes indeed it’s a good starting point!