I have a scene in which I have an area node. I want this area node to send a 'body entered' signal to a body in another scene. (I will then want to instance this scene in the other scene which also has the body in it.)
My Connect Signal screen only allows me to connect the signal to nodes which exist in the same scene as the area node. My rigid body to which I want to connect is in a separate scene though.
The screen has a 'Path to Node' field at the bottom. I've tried using absolute paths here to connect to my target body, but I always get the same error: Target method not found! Specify a valid method or attach a script to target node.
Please help.