You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
My problem isn't really an error more or less a missing feature? I'm unable to find a solution to using tool. I found some posts about using the old GDNative and modules. I cannot find the equivalent in GDExtensions if there is any.
Module solution
EditorPlugins::add_by_type<MyPlugin>();
GDNative solution
register_tool_class<MyPlugin>();
The text was updated successfully, but these errors were encountered:
CornLizard
changed the title
EditorPlugin Tool
[GDExtension] EditorPlugin Tool
Oct 4, 2021
I thought in GDExtension all classes were tool? (just like every class in the Godot core source code. tool is only a feature of scripts, and GDExtensions are not scripts)
Godot version
v4.0.dev.custom_build [ed5267f69]
System information
Manjaro 21 KDE, 1950x threadripper, 1080 TI, Vulkan, 16GB Memory
Issue description
My problem isn't really an error more or less a missing feature? I'm unable to find a solution to using tool. I found some posts about using the old GDNative and modules. I cannot find the equivalent in GDExtensions if there is any.
Module solution
EditorPlugins::add_by_type<MyPlugin>();
GDNative solution
register_tool_class<MyPlugin>();
The text was updated successfully, but these errors were encountered: