[SOLVED] Singleton and plugin

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By BraindeadBZH

Hi,

I have a singleton and I try to access it from my plugin but it is not working.
Code completion sees the singleton but I keep getting compilation error “identifier unknown” on save when I access the singleton.

Does anyone have successfully used a singleton from a plugin?

:bust_in_silhouette: Reply From: BraindeadBZH

Nevermind, found my answer It's impossible to use singletons from tool script · Issue #4236 · godotengine/godot · GitHub