The conversation keeps skipping until the response menu appears.

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
asdkoek
Posts: 1
Joined: Sun Mar 31, 2024 6:07 am

The conversation keeps skipping until the response menu appears.

Post by asdkoek »

Hello Tony. Thank you for making great assets :D

The conversation keeps skipping until the response menu appears. How can I fix this problem?
User avatar
Tony Li
Posts: 20774
Joined: Thu Jul 18, 2013 1:27 pm

Re: The conversation keeps skipping until the response menu appears.

Post by Tony Li »

Hi,

Please set the Dialogue Manager GameObject's Other Settings > Debug Level to Info. Then reproduce the issue. Do you see the conversation playing? You should see lines like:

Dialogue System: Starting conversation...
Dialogue System: Add link...
Dialogue System: Actor says '...'
Dialogue System: Sequencer: ...

(See the Logging & Debugging Tips video for details on Debug Level > Info.)

Most likely your dialogue entries' Sequences are configured to finish immediately, either in each entry's Sequence field or -- if the Sequence field is blank -- the Dialogue Manager GameObject's Display Settings > Camera & Cutscene Settings > Default Sequence field. If so, please see: How To: Control the Duration of Subtitle Text
Post Reply