M o t H 9e68af38d9 Update projects to Godot 3.5 (#827) 2 år sedan
..
README.md 51c0f3abb8 Refactor the plugin demos to be inside of a project for convenience 5 år sedan
import.gd 9e68af38d9 Update projects to Godot 3.5 (#827) 2 år sedan
plugin.cfg 51c0f3abb8 Refactor the plugin demos to be inside of a project for convenience 5 år sedan
plugin.gd 9e68af38d9 Update projects to Godot 3.5 (#827) 2 år sedan
test.mtxt 51c0f3abb8 Refactor the plugin demos to be inside of a project for convenience 5 år sedan
test.mtxt.import 51c0f3abb8 Refactor the plugin demos to be inside of a project for convenience 5 år sedan

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.