godot-demo-projects/plugins/material_import_plugin
Aaron Franke 7e96ba1a6a
Update plugin demos
2020-01-26 02:21:24 -05:00
..
README.md Update plugin demos 2020-01-26 02:21:24 -05:00
import.gd Update plugin demos 2020-01-26 02:21:24 -05:00
plugin.cfg Update plugin demos 2020-01-26 02:21:24 -05:00
plugin.gd Update plugin demos 2020-01-26 02:21:24 -05:00
test.mtxt Update plugin demos 2020-01-26 02:21:24 -05:00
test.mtxt.import Update plugin demos 2020-01-26 02:21:24 -05:00

README.md

Material Import Plugin Demo

This plugin demo shows how a custom import system can be added to the editor. In this case, it imports a material. For more information, see this documentation article: https://docs.godotengine.org/en/latest/tutorials/plugins/editor/import_plugins.html

In the editor, try opening test.mtxt. Godot will recognize it and import it as a material because of this plugin.