GD-96: use of EditorPlugin.new()
results in script error since beta16
#96
Labels
bug
Something isn't working
critical
A problem with a critical error must be fixed in the near future if possible
godot related issue
Its a bug by Godot engine and can't be fixed by GdUnit
Milestone
The used Godot version:
v4.0.beta16.official [518b9e580]
OS including version:
ALL
Describe the bug
We use on some places
EditorPlugin.new()
to access the editor interface.But this is broken since beta15/beta16
There is no static accessor of the EditorInterface and needs the plugin instance to access.
Steps to Reproduce
results in
Parser Error: Native class "EditorPlugin" cannot be constructed as it is abstract.
Godot Issue
godotengine/godot#68685
Minimal reproduction project:
The text was updated successfully, but these errors were encountered: