We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Environment:
Issue description: Failed to load script krita_import_plugin.gd
Steps to reproduce: Happens on the install from the asset library
Minimal reproduction project: modules/gdscript/gdscript_compiler.cpp:123 - GDScript bug: Native class "KraImporter" not found. res://addons/godot-krita-importer/krita_import_plugin.gd:65 - Compile Error: Identifier not found: KraImporter res://addons/godot-krita-importer/godot-krita-importer.gd:-1 - Compile Error: modules/gdscript/gdscript.cpp:2936 - Failed to load script "res://addons/godot-krita-importer/godot-krita-importer.gd" with error "Compilation failed". (User)
Additional context
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Environment:
Issue description:
Failed to load script krita_import_plugin.gd
Steps to reproduce:
Happens on the install from the asset library
Minimal reproduction project:
modules/gdscript/gdscript_compiler.cpp:123 - GDScript bug: Native class "KraImporter" not found.
res://addons/godot-krita-importer/krita_import_plugin.gd:65 - Compile Error: Identifier not found: KraImporter
res://addons/godot-krita-importer/godot-krita-importer.gd:-1 - Compile Error:
modules/gdscript/gdscript.cpp:2936 - Failed to load script "res://addons/godot-krita-importer/godot-krita-importer.gd" with error "Compilation failed". (User)
Additional context
The text was updated successfully, but these errors were encountered: