The Godot Q&A is currently undergoing maintenance!

Your ability to ask and answer questions is temporarily disabled. You can browse existing threads in read-only mode.

We are working on bringing this community platform back to its full functionality, stay tuned for updates.

godotengine.org | Twitter

0 votes

Part of the discussion started at the Facebook Group Page

The offline help indicates two override methods that relate to and state their use is for "main-screen" plugins that show up in the area given to 2D, 3D, Script, etc.:

bool has_main-screen() virtual

"Return true if this is a main screen editor plugin (it goes in the main screen selector together with 2D, 3D, Script)."

String get_name() virtual

"Get the name of the editor plugin. For main scren plugins this is what will appear in the selector (which by default is 2D, 3D, Script)."

That is a start but there is no mention of how to put the plugin's preloaded scene instance into the main screen's area. One might think of addcontroltocontainer or addcontroltodock but none of the constants listed on the help page look like they refer to the main screen. Furthermore if just getname() and hasmain_screen() overridden (without a scene) the name appears in the selector (and of course shows a blank screen when selected since no scene's been attached) but the name stays there when the plugin is disabled (remember we had no initialization code to get the name there (it's just method overrides) so it's not certain what un-initialization calls, if any, would remove the plugin name from the main screen selector). It's possible this is a bug too but the sketchy information I've gleaned far from neither confirms nor denies that possibility.

Does anyone know what to add to a plugin's gdscript to get this going properly?

in Engine by (45 points)

Please log in or register to answer this question.

Welcome to Godot Engine Q&A, where you can ask questions and receive answers from other members of the community.

Please make sure to read Frequently asked questions and How to use this Q&A? before posting your first questions.
Social login is currently unavailable. If you've previously logged in with a Facebook or GitHub account, use the I forgot my password link in the login box to set a password for your account. If you still can't access your account, send an email to [email protected] with your username.