You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
When copying the addon folder to my project, I get the following error:
Unable to load addon script from path: 'res://addons/icons-fonts/icons_fonts.gd'. This might be due to a code error in that script.
Disabling the addon at 'res://addons/icons-fonts/plugin.cfg' to prevent further errors.
To Reproduce
Steps to reproduce the behavior:
I downloaded the project and extracted the zip file
I copied the content inside the addon folder and pasted it in my project addon's folder
I try to enable the plugins, and the plugin Rakugo Nodes is enabled properly (I guess), but the plugin Godot Icons Fonts throws the following error:
Unable to load addon script from path: 'res://addons/icons-fonts/icons_fonts.gd'. This might be due to a code error in that script.
Disabling the addon at 'res://addons/icons-fonts/plugin.cfg' to prevent further errors.
Expected behavior
I expect both addons to be enabled
Screenshots
If applicable, add screenshots to help explain your problem.
Runtime (please complete the following information):
Godot version [4.4]
Rakugo Version [master branch]
Additional context
Looking foward to use the addons
The text was updated successfully, but these errors were encountered:
Hi, I'm very happy to hear that you are interested in using my project.
Just reload project and it should work.
It is problem with godot addons system itself that it don't allow to set order of loading script and their assets, so at first launch it load of addon it can happen.
Thanks for info, it is probably some bug with Godot 4.4 as it is dev version.
I only tested it against 4.3. I will update to support 4.4 after its becomes stable.
Describe the bug
When copying the addon folder to my project, I get the following error:
To Reproduce
Steps to reproduce the behavior:
Rakugo Nodes
is enabled properly (I guess), but the plugin Godot Icons Fonts throws the following error:Expected behavior
I expect both addons to be enabled
Screenshots
If applicable, add screenshots to help explain your problem.
Runtime (please complete the following information):
Additional context
Looking foward to use the addons
The text was updated successfully, but these errors were encountered: