#How to access godot projects using plugins

1 messages · Page 1 of 1 (latest)

outer steeple
#

I want to make a plugin that can access script and files from your godot project list.
So that you could add your own presets and templates in the plugin.

The problem is that I don't know how to access the godot projects.

thick gyro
#

In godot builds you download from the website/github/compile yourself I do believe the userdata is stored in %appdata%/Godot. If you use Godot downloaded from steam (or a portable build) then the userdata should be in the same folder as the godot exe. From there the projects.cfg file should have filepaths to all of the projects registered in the godot editor

#

the nice thing about the godot editor is that it itself is built on the godot engine, so all of the paradigms surrounding userdata for exported godot projects also apply to the editor

analog reef
#

There's no easy way to run plugins in the project manager yet