mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2025-12-16 13:30:07 +01:00
Update plugin demos
This commit is contained in:
9
plugins/README.md
Normal file
9
plugins/README.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# 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/*`
|
||||
Reference in New Issue
Block a user