George Marques 0bf5a9935d Add a custom import plugin demo 7 years ago
..
custom_dock 2a9dbe8d51 Ported over the custom node and custom dock plugins to Godot 3. 8 years ago
custom_import_plugin 0bf5a9935d Add a custom import plugin demo 7 years ago
custom_material_creator 621abe5984 Rename the custom import plugin to custom material creator 7 years ago
custom_node 2a9dbe8d51 Ported over the custom node and custom dock plugins to Godot 3. 8 years ago
readme.txt 2a9dbe8d51 Ported over the custom node and custom dock plugins to Godot 3. 8 years ago

readme.txt


To install these, copy each of these folders to a folder:

addons/

inside your projects, example:

addons/custom_node

To distribute and install from UI, make a zip that contains the folder,
example:

zip -r custom_node.zip custom_node/*