Game Action Task

A Game Action Task is a specific task that can be performed by a Game Action. Each task can have a delay defined in the inspector that will be awaited before the task is executed. You can also create your own custom tasks by implementing the Game Action Task interface. This allows you to create highly customizable tasks that are specific to your game's unique requirements.

To add a task to a Game Action, select the Game Action, click Add Component->Game Action System->Tasks and select a task from the list.

Last updated