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
4.0dev (1f69582)
Windows 10, Vulkan, RTX 2080
This seems like a basic thing, but can't seem to access File class from an editor plugin.
Create a plugin with this script
@tool extends EditorPlugin func _enter_tree(): var file = File.new()
No response
The text was updated successfully, but these errors were encountered:
Duplicate of #50831, this was fixed already.
Sorry, something went wrong.
No branches or pull requests
Godot version
4.0dev (1f69582)
System information
Windows 10, Vulkan, RTX 2080
Issue description
This seems like a basic thing, but can't seem to access File class from an editor plugin.
Steps to reproduce
Create a plugin with this script
Minimal reproduction project
No response
The text was updated successfully, but these errors were encountered: