EditorInterface does not contain property Singleton?

Godot Version

v4.3.stable

Question

Hello,
I’m trying to familiarize myself with making plugin in C# by following this : Making main screen plugins — Godot Engine (latest) documentation in English

Unfortunatelly I got a weird issue with the class EditorInterface which seems to not contain any definition for the static property Singleton.

Did I miss something ??

Is EditorInterface not the singleton? Weird that it shows Singleton in the docs. The c# demo projects don’t use Singleton anywhere.

Singleton is in 4.4 beta 1. Not in 4.3. You change version of Godot or documentation.

1 Like

Documentation about EditorInterface for 4.3 seems wrong, as it implies that Singleton is in 4.3.

Anyways, I switched to 4.4 and everything works fine now.
Thanks !