Hugo Locurcio b4eff8de9d Update all demos for Godot 4.6, fix Global Illumination demo 2 weeks ago
..
custom_node 0ae09b7e5a Overhaul silly material creator plugin demo (#1261) 4 months ago
main_screen b4eff8de9d Update all demos for Godot 4.6, fix Global Illumination demo 2 weeks ago
material_creator b4eff8de9d Update all demos for Godot 4.6, fix Global Illumination demo 2 weeks ago
simple_import_plugin 0ae09b7e5a Overhaul silly material creator plugin demo (#1261) 4 months ago
README.md 51c0f3abb8 Refactor the plugin demos to be inside of a project for convenience 6 years ago

README.md

How to use

To use these plugins in another project, copy any of these folders to the addons/ folder in a Godot project.

For example, the path would look like: addons/custom_node

Plugins can be distributed and installed from the UI. If you make a zip that contains the folder, Godot will recognize it as a plugin and will allow you to install it.

This can be done via the terminal: zip -r custom_node.zip custom_node/*