Send Message

Node description and basic instructions

Calls the method named Method Name on every MonoBehaviour in reciver GameObject.


To create it, right-click on free space in Behaviour Tree window and select:

  • Create Node/Tasks/Unity/Send Message

This task node has a number of fields, that are highlighted in picture below.

Send message node

Fields

Name
Description

Node Name

Name of node

Ignore Abort Self

Whether node ignores abort self or not

Receiver

The object on which the method will be called

Method Name

Method to call

Value key

Optional method parameter

Last updated