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 пре 3 месеци
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 пре 3 месеци
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.