Request for (nearly) GUI-free instantiation of a new project for programmatic Godot development #12279
jmarkmorris
started this conversation in
General Discussions
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I do almost entirely programmatic development of godot projects. I want a very basic .tscn file with one node (a 3D node) and a basic project.godot flie. As it works now, I need to go into the GUI to set up this basic project (choose a 3d node, set a background color, choose a few settings) and save. I am unable to copy the resulting folder and use it as a template because of the UID tags. This request discussion is for the idea of letting programmatic users get a quick nearly GUI-free template based starting project that I can easily work on with an LLM. So, I would use the GUI to create a template project, but then Godot would save it in some format where I could later create a new project from that template and Godot would take care of the UID issue, and anything else needed to make it a new pristine project for programmatic development. Thank you for considering this request.
Beta Was this translation helpful? Give feedback.
All reactions