Show / Hide Table of Contents

The CutSceneSequence Scriptable Object

Cutscenes in the game are fairly simplistic, and are just a list/sequence of images with corresponding text.

An Example Cutscene 1 An Example Cutscene 2

A CutSceneSequence Scriptable Object

Each item in the sequence has:

  1. Sprite - the (16:9 ratio) image to be shown
  2. Text - the text to be shown with the image
  3. Duration - the duration (in seconds) that the particular image should be shown before moving to the next image (only matters if Auto Progress is enabled in the CutSceneManager).
In This Article
Back to top Generated by DocFX