Skip to content
New issue

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

godot-plugin does not work with Godot v4.1.1 #23

Open
icyoda opened this issue Sep 26, 2023 · 0 comments · May be fixed by #24
Open

godot-plugin does not work with Godot v4.1.1 #23

icyoda opened this issue Sep 26, 2023 · 0 comments · May be fixed by #24

Comments

@icyoda
Copy link

icyoda commented Sep 26, 2023

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.

@ajreckof ajreckof linked a pull request Dec 29, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant