CinemachinePriority Sequence Command acts like Continue()

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
chud575
Posts: 50
Joined: Thu May 11, 2017 10:57 am

CinemachinePriority Sequence Command acts like Continue()

Post 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?
User avatar
Tony Li
Posts: 21061
Joined: Thu Jul 18, 2013 1:27 pm

Re: CinemachinePriority Sequence Command acts like Continue()

Post 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.
Post Reply