Hello guys, I'm having some problem to emit a signal between 2 scene.
What I'm trying to make is that:
I'm in the first scene, and after 1 minute a character (let's call it "Ghost") will be add in the first scene. I need that Ghost if he touch the player, emit a signal in a player function (to let the character player die), but like this I don't know how to connect this.
(If it was in the same scene from the start, were simple)
Thank you for any reply, and sorry about my bad english.