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
Trying to add the plugin to Godot v4.1.1 gives you the following:
res://addons/sketchfab/unzip.gd:29 - Parse Error: Identifier "Directory" not declared in the current scope. Did you mean to use "DirAccess"?
res://addons/sketchfab/unzip.gd:37 - Parse Error: Identifier "Directory" not declared in the current scope. Did you mean to use "DirAccess"?
res://addons/sketchfab/unzip.gd:46 - Parse Error: Identifier "Directory" not declared in the current scope. Did you mean to use "DirAccess"?
res://addons/sketchfab/unzip.gd:52 - Parse Error: Identifier "File" not declared in the current scope.
res://addons/sketchfab/unzip.gd:53 - Parse Error: Identifier "File" not declared in the current scope.
res://addons/sketchfab/unzip.gd:56 - Parse Error: Identifier "File" not declared in the current scope.
res://addons/sketchfab/plugin.gd:1 - Parse Error: Unexpected "Identifier" in class body.
The text was updated successfully, but these errors were encountered:
Trying to add the plugin to Godot v4.1.1 gives you the following:
res://addons/sketchfab/unzip.gd:29 - Parse Error: Identifier "Directory" not declared in the current scope. Did you mean to use "DirAccess"?
res://addons/sketchfab/unzip.gd:37 - Parse Error: Identifier "Directory" not declared in the current scope. Did you mean to use "DirAccess"?
res://addons/sketchfab/unzip.gd:46 - Parse Error: Identifier "Directory" not declared in the current scope. Did you mean to use "DirAccess"?
res://addons/sketchfab/unzip.gd:52 - Parse Error: Identifier "File" not declared in the current scope.
res://addons/sketchfab/unzip.gd:53 - Parse Error: Identifier "File" not declared in the current scope.
res://addons/sketchfab/unzip.gd:56 - Parse Error: Identifier "File" not declared in the current scope.
res://addons/sketchfab/plugin.gd:1 - Parse Error: Unexpected "Identifier" in class body.
The text was updated successfully, but these errors were encountered: