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.

Three tasks with a delay of 1 second. Each task will switch the material of a sphere to green. As the Game Action is set to Parallel, all tasks will be executed after 1 second.

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

Was this helpful?