How To: Wait for Continue Button

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
User avatar
Tony Li
Posts: 22055
Joined: Thu Jul 18, 2013 1:27 pm

How To: Wait for Continue Button

Post by Tony Li »

By default, conversations advance automatically after a duration based on the subtitle's text length.

To require player input to advance each subtitle:
  • Inspect the Dialogue Manager GameObject. Change the Display Settings > Subtitle Settings > Continue Button dropdown to Always.
  • On the Input Device Manager component, tick Always Auto Focus. This will show a continue button with each subtitle. The space bar or enter (or clicking on the button) will advance the conversation. If you want to map another key to the continue button, inspect your dialogue UI's continue button. If it already has a UIButtonKeyTrigger component, set it to whatever hotkey you want to use. Otherwise add the component and configure it.
Post Reply