# Cutscene

## Creation

To create a cutscene, find (or create) the *GameName/Resources/GameName/Cutscene* folder in the project tab and right click.  Choose *Create > AnyRPG > Cutscene*.

![](https://2976860065-files.gitbook.io/~/files/v0/b/gitbook-x-prod.appspot.com/o/spaces%2Fx7Nd93HqSNPpv2JhrViE%2Fuploads%2FP0wCASOxz9LLF6CXCOhF%2Fimage.png?alt=media\&token=d1eb26d4-a7d4-4422-942d-98ef4b629726)

## Properties

| Name                       | Description                                                                                                       |
| -------------------------- | ----------------------------------------------------------------------------------------------------------------- |
| Repeatable                 | If true, this cutscene can be played more than once.                                                              |
| Require Player Unit Spawn  | If true, the player unit must be spawned in the world for this cutscene to play.                                  |
| Use Default Faction Colors | If true, player faction will be ignored, and default faction relationship colors will be used for health bars.    |
| Timeline Name              | The name of a Unity Timeline to trigger when this cutscene is played.                                             |
| Load Scene Name            | The name of a scene to load to play this cutscene.                                                                |
| Unload Scene On End        | If true, the scene that was active before the cutscene played will be loaded when the cutscene ends.              |
| Auto Advance Subtitles     | <p>If true, the subtitles will be played automatically.<br>If false, the timeline will control the subtitles.</p> |
| Subtitle Properties        | [Subtitle Properties](#undefined)                                                                                 |

### Subtitle Properties

| Name               | Description                                                                                                                                                                                                                                                                                                           |
| ------------------ | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Audio Profile Name | The name of an audio profile to play when the cutscene is started.                                                                                                                                                                                                                                                    |
| Subtitle Nodes     | <p>A list of subtitle text and times.<br><strong>Start Time</strong><br>The time, in seconds after the start of the cutscene, to show the text.<br><strong>Show Time</strong><br>The time, in seconds, that the text should be active after being shown.<br><strong>Description</strong><br>The text to be shown.</p> |

## Next Steps

* Configure a [Scene Node](https://docs.anyrpg.org/scriptable-objects/scene-node) to automatically play a cutscene when the scene loads.
* Configure a [Cutscene Interactable](https://docs.anyrpg.org/scriptable-objects/interactable-option-configurations/cutscene-config) option to play a cutscene when interacted with.
