Danil Alexeev 285139fc4e Fix GDScript code style regarding colon (demos) hai 1 ano
..
README.md 51c0f3abb8 Refactor the plugin demos to be inside of a project for convenience %!s(int64=4) %!d(string=hai) anos
import.gd 285139fc4e Fix GDScript code style regarding colon (demos) hai 1 ano
plugin.cfg 51c0f3abb8 Refactor the plugin demos to be inside of a project for convenience %!s(int64=4) %!d(string=hai) anos
plugin.gd bbe50fc9da Convert demos to Godot 4 using regular expressions in a script %!s(int64=2) %!d(string=hai) anos
test.mtxt 51c0f3abb8 Refactor the plugin demos to be inside of a project for convenience %!s(int64=4) %!d(string=hai) anos
test.mtxt.import 1d5184e235 Update most demos for Godot 4.0.beta10 (#782) hai 1 ano

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.