Aaron Franke 51c0f3abb8 Refactor the plugin demos to be inside of a project for convenience | il y a 4 ans | |
---|---|---|
.. | ||
README.md | il y a 4 ans | |
import.gd | il y a 4 ans | |
plugin.cfg | il y a 4 ans | |
plugin.gd | il y a 4 ans | |
test.mtxt | il y a 4 ans | |
test.mtxt.import | il y a 4 ans |
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.