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
how can I fix it?
Is it AntialiasedLine2DTexture class missing?
best regards
van
SCRIPT ERROR: Parse Error: The identifier "AntialiasedLine2DTexture" isn't declared in the current scope.
at: GDScript::reload (res://addons/antialiased_line2d/antialiased_line2d.gd:7)
SCRIPT ERROR: Parse Error: The identifier "AntialiasedLine2DTexture" isn't declared in the current scope.
at: GDScript::reload (res://addons/antialiased_line2d/antialiased_regular_polygon2d.gd:21)
SCRIPT ERROR: Parse Error: The identifier "AntialiasedLine2DTexture" isn't declared in the current scope.
at: GDScript::reload (res://addons/antialiased_line2d/antialiased_line2d.gd:7)
Refreshing plugin: antialiased_line2d
SCRIPT ERROR: Parse Error: The class "AntialiasedLine2D" couldn't be fully loaded (script error or cyclic dependency).
at: GDScript::reload (res://addons/antialiased_line2d/antialiased_regular_polygon2d.gd:82)
The text was updated successfully, but these errors were encountered:
@VanDeiMin what version of Godot are you using? If Godot 4, it isn't supported, see #5
If Godot 3...how did you install the plugin? Through the asset library or manually? That sounds like the autoload isn't setup. You could try the manual installation (or vice versa, the asset library install)
If Godot 3...how did you install the plugin? Through the asset library or manually? That sounds like the autoload isn't setup. You could try the manual installation (or vice versa, the asset library install)
The error message with script error or cyclic dependency only exists in 3.x, not 4.x.
@VanDeiMin Which exact Godot version are you using, and how did you install the add-on?
how can I fix it?
Is it AntialiasedLine2DTexture class missing?
best regards
van
SCRIPT ERROR: Parse Error: The identifier "AntialiasedLine2DTexture" isn't declared in the current scope.
at: GDScript::reload (res://addons/antialiased_line2d/antialiased_line2d.gd:7)
SCRIPT ERROR: Parse Error: The identifier "AntialiasedLine2DTexture" isn't declared in the current scope.
at: GDScript::reload (res://addons/antialiased_line2d/antialiased_regular_polygon2d.gd:21)
SCRIPT ERROR: Parse Error: The identifier "AntialiasedLine2DTexture" isn't declared in the current scope.
at: GDScript::reload (res://addons/antialiased_line2d/antialiased_line2d.gd:7)
Refreshing plugin: antialiased_line2d
SCRIPT ERROR: Parse Error: The class "AntialiasedLine2D" couldn't be fully loaded (script error or cyclic dependency).
at: GDScript::reload (res://addons/antialiased_line2d/antialiased_regular_polygon2d.gd:82)
The text was updated successfully, but these errors were encountered: