Page 1 of 1

CinemachinePriority Sequence Command acts like Continue()

Posted: Thu Feb 22, 2018 12:25 pm
by chud575
Howdy,

so I'm now in the process of testing this on other sequence commands, but whenever I use the CinemachinePriority command, it automatically ends the typewriter effects and moves to the next node. Is that normal behaviour?

Re: CinemachinePriority Sequence Command acts like Continue()

Posted: Thu Feb 22, 2018 12:39 pm
by Tony Li
Hi,

Add a Delay command or {{default}} keyword, such as:

Code: Select all

CinemachinePriority(someCam);
{{default}}
The {{default}} keyword represents the value of the Dialogue Manager's Camera Settings > Default Sequence field.

Subtitles only stay onscreen as long as the dialogue entry's Sequence lasts. The CinemachinePriority() sequencer command ends immediately. By adding something like {{default}} or Delay({{end}}), you can make the Sequence last a duration that allows the typewriter to finish.