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


Each item in the sequence has:
Sprite- the (16:9 ratio) image to be shownText- the text to be shown with the imageDuration- the duration (in seconds) that the particular image should be shown before moving to the next image (only matters ifAuto Progressis enabled in the CutSceneManager).