![]() |
Attention | Topic was automatically imported from the old Question2Answer platform. |
![]() |
Asked By | Magso |
I’m wanting to create a reference for a singleton to make calling plugin functions easier from a normal gdscript but I can’t figure out how to make a reference of the plugin for the singleton.
get_path()
returns /root/EditorNode/EditorPlugin
for the EditorPlugin and /root/EditorNode/@@5/@@6/@@14/@@16/@@20/@@24/@@25/@@26/@@3617/@@3618/Node
for the loaded scene added to the editor, are these paths always the same if the plugin is used in another project?