Made my first Godot plugin, auto-generates folder structure for new projects
Hey all! Made a small editor plugin for Godot 4 that I use to save myself the hassle of manually setting up folders every time I start a new project.
It adds a couple of options under Project → Tools:
- Create 2D Setup — makes scenes/, scripts/, assets/sprites/, assets/audio/
- Create 3D Setup — makes scenes/, scripts/, assets/models/, assets/textures/, assets/audio/
- Delete Generated Setup — cleans it back up if you change your mind, with a confirmation popup so you don't nuke anything by accident
Nothing fancy, just a small time-saver. This is my first time putting something on GitHub too, so feedback (code or otherwise) is very welcome!
https://github.com/spacerocket5980-pixel/godot-project-scaffolder/tree/main?tab=readme-ov-file