How to get the Node of another scene?

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

Good day, friends! Such a question, how to get the Node of another scene? Preferably a C# method.

:bust_in_silhouette: Reply From: Mrpaolosarino
  1. It’s either you preload the scene and then get it’s node.
  2. Add that scene to autoload and access it globally
    there are many more but this is all I know for now

This method is suitable for GDScript, but not for C# :confused:

VarionDrakon | 2021-04-12 07:45