Continue Button
-
- Posts: 4
- Joined: Wed Dec 11, 2024 1:58 pm
Continue Button
Hello, can someone point me towards where to learn how to make a sequence of dialogs that you need to press continue to read and not the dialog itself being the button?
Re: Continue Button
Hi,
That's the way it works by default. The subtitle panel's hierarchy has a UI Button that's assigned to the subtitle panel's StandardUISubtitlePanel component > Continue Button field. When you click this UI Button, it continues the conversation.
Remember to set the Dialogue Manager's Display Settings > Subtitle Settings > Continue Button mode to Always.
Note that by default player nodes use a response menu. You may be looking for: How To: Bypass Response Menu When Player Has One Choice
That's the way it works by default. The subtitle panel's hierarchy has a UI Button that's assigned to the subtitle panel's StandardUISubtitlePanel component > Continue Button field. When you click this UI Button, it continues the conversation.
Remember to set the Dialogue Manager's Display Settings > Subtitle Settings > Continue Button mode to Always.
Note that by default player nodes use a response menu. You may be looking for: How To: Bypass Response Menu When Player Has One Choice
-
- Posts: 4
- Joined: Wed Dec 11, 2024 1:58 pm
Re: Continue Button
Yes, the player settings were what I needed. Thanks.