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
a2c016e
Windows 11
Nested class from autoload cannot be accessed in the other script file using autoload name (only full path):
while this is ok:
Create autoload GDScript file like :
extends Node class A: pass
(call it Global.gd)
Global.gd
Create a GDScript and fill it like:
extends Node class B extends Global.A: pass
EDIT: Actually is not even for 2nd case - it inherits autoload itself instead of nested class
class_test.zip
The text was updated successfully, but these errors were encountered:
just tested that #68374 fixes this
Sorry, something went wrong.
963ffd8
Successfully merging a pull request may close this issue.
Godot version
a2c016e
System information
Windows 11
Issue description
Nested class from autoload cannot be accessed in the other script file using autoload name (only full path):
while this is ok:
Steps to reproduce
Create autoload GDScript file like :
(call it
Global.gd
)Create a GDScript and fill it like:
EDIT: Actually is not even for 2nd case - it inherits autoload itself instead of nested class
Minimal reproduction project
class_test.zip
The text was updated successfully, but these errors were encountered: