mirror of
https://github.com/godotengine/godot-demo-projects.git
synced 2026-01-04 15:00:09 +01:00
Made a new material IO plugin because the old one wasn't working. The new material IO plugin uses JSON instead of a custom resource because you currently cannot save custom resources from GDScript.
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/*