Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

Question How do I use the "Send Message Upwards" node?

Discussion in 'Visual Scripting' started by grantengler, May 1, 2023.

  1. grantengler

    grantengler

    Joined:
    Aug 15, 2022
    Posts:
    3
    Specifically, what do i need to do to receive the message in the parent object? I have a player character object with a child object that has a collider acting as a trigger. I want it so that when the child collides with a wall, it sends that trigger upwards to the player character object. So far the child script is working properly, but i get the error "SendMessage PlayerWallTouch has no receiver!" when the parent object has a graph named PlayerWallTouch with a custom event inside also called PlayerWallTouch. What do i need to do to receive the message?

    Thanks in advance
     
  2. TheAkk

    TheAkk

    Joined:
    Jan 22, 2023
    Posts:
    1
    search for 'istouching' node and drag the Collider you want to be Colliding