Game Action

The Game Action component specifies a specific gameplay action in your game. A Game Action performs a list of tasks, such as playing timelines, enabling game objects, or other custom tasks that you can define. In the inspector, you can specify whether the tasks should be executed in sequential or parallel mode. In sequential mode, tasks are executed one by one, with each task waiting until the previous task has been completed. In parallel mode, all tasks are executed simultaneously.

To add a Game Action to your scene, click Game Object->Game Action System->Game Action.

Last updated