• Godot HelpProgramming
  • How would I connect a signal from a Node Button in a scene to another node in a different scene?

Like the title says, How would I get a button in scene "A", to send a signal to a node in scene "B"? When I look at the possible signal connections I can make with a button in scene "A", all the possible nodes I could connect to are ALSO in scene "A". I need the button to change something in scene "B". through code would I have to navigate to the scene tree? IDK. Thank you for any answers!

2 years later