godot-demo-projects/plugins/addons/material_import_plugin
Hugo Locurcio 1d5184e235
Update most demos for Godot 4.0.beta10 (#782)
2023-01-05 16:50:17 +01:00
..
README.md
import.gd Update most demos for Godot 4.0.beta10 (#782) 2023-01-05 16:50:17 +01:00
plugin.cfg
plugin.gd Convert demos to Godot 4 using regular expressions in a script 2022-03-26 16:09:10 -05:00
test.mtxt
test.mtxt.import Update most demos for Godot 4.0.beta10 (#782) 2023-01-05 16:50:17 +01: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.