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

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.