Hugo Locurcio 4d49bbd1b8 Update demos for Godot 4.4 5 月之前
..
README.md 51c0f3abb8 Refactor the plugin demos to be inside of a project for convenience 5 年之前
import.gd bac1e69164 Use static typing in all demos (#1063) 1 年之前
import.gd.uid 4d49bbd1b8 Update demos for Godot 4.4 2 月之前
plugin.cfg 51c0f3abb8 Refactor the plugin demos to be inside of a project for convenience 5 年之前
plugin.gd bac1e69164 Use static typing in all demos (#1063) 1 年之前
plugin.gd.uid 4d49bbd1b8 Update demos for Godot 4.4 2 月之前
test.mtxt 51c0f3abb8 Refactor the plugin demos to be inside of a project for convenience 5 年之前
test.mtxt.import 1d5184e235 Update most demos for Godot 4.0.beta10 (#782) 2 年之前

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.