godot-demo-projects/plugins
Aaron Franke 7e96ba1a6a
Update plugin demos
2020-01-26 02:21:24 -05:00
..
custom_node Update plugin demos 2020-01-26 02:21:24 -05:00
material_creator Update plugin demos 2020-01-26 02:21:24 -05:00
material_import_plugin Update plugin demos 2020-01-26 02:21:24 -05:00
README.md Update plugin demos 2020-01-26 02:21:24 -05:00

README.md

Plugin demos

To use these plugins, 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/*