Target Notification

Sometimes, you may want a target to be notified when it is being tracked by a vehicle, for example the player.

Setup

To set it up:

  1. Add a Tracker Notification Emitter component to the vehicle doing the tracking and set the variables in the inspector.

  2. Add a Trackable Notification Receiver to the target being tracked and set the variables in the inspector.

In the inspector of the Trackable Notification Receiver component, there are events you can use to run functions if the target is being tracked by the player or an enemy team.

Last updated