-
-
Notifications
You must be signed in to change notification settings - Fork 218
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
Classes with base of HttpRequest
fail to register
#88
Comments
HttpRequest
aren't recognizedHttpRequest
aren't recognized on Windows
What do you mean with "not recognized by Godot"? |
I think they mean like showing up as a extended node in the list that appears when u choose node types |
I cannot reference the class type in code or create a node of it's type in the editor. I was getting an error message at some point I'll try to cause it again and post it here. |
I get this error, when I run the project from the editor.
|
this might be more suited for https://github.com/godotengine/godot itself, because that is core Godot Api stuff |
HttpRequest
aren't recognized on WindowsHttpRequest
fail to register
This was indeed a bug on our side, it's not Godot's responsibility to accept case-insensitive class names. |
When attempting to create a class that extends
HttpRequest
it fails to register and outputs and error.Simple class that extends
HttpRequest
.Error when attempt to run project.
If I change the base type to
Node
orControl
it works fine.The text was updated successfully, but these errors were encountered: