Danil Alexeev 285139fc4e Fix GDScript code style regarding colon (demos) hace 1 año
..
README.md 51c0f3abb8 Refactor the plugin demos to be inside of a project for convenience hace 4 años
import.gd 285139fc4e Fix GDScript code style regarding colon (demos) hace 1 año
plugin.cfg 51c0f3abb8 Refactor the plugin demos to be inside of a project for convenience hace 4 años
plugin.gd bbe50fc9da Convert demos to Godot 4 using regular expressions in a script hace 2 años
test.mtxt 51c0f3abb8 Refactor the plugin demos to be inside of a project for convenience hace 4 años
test.mtxt.import 1d5184e235 Update most demos for Godot 4.0.beta10 (#782) hace 1 año

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.