Hello, I'm creating a game that has another game inside.
In the outer layer of the game, I use a SMS-like window for dialogues, using the SMS Dialogue UI template.
Since this SMS Dialogue UI doesn't use the continue button, I set the 'Continue Button' settings to 'Never' in the Dialogue System Controller.
However in the game inside, the inner dialogue UI should use the continue button, waiting for the player input.
But I couldn't find a way to set different Continue Button settings for each UI, I reached out for help.
Can you lend me some help or advice?
Regards.
I want to apply different 'Continue Button' settings for each dialogue UIs
Re: I want to apply different 'Continue Button' settings for each dialogue UIs
Hi,
There are three ways to do it:
1. Inspect a conversation in the Dialogue Editor. Select Menu > Conversation Properties. Tick Override Display Settings > Subtitle Settings. Then set the Continue Button mode to the mode you want to use for this conversation (Always or Never). This will override the Dialogue Manager's Subtitle Settings > Continue Button mode for this conversation.
2. Or add an Override Display Settings component to one of the participants. (See Character GameObject Assignments.) This will override the Dialogue Manager's Subtitle Settings > Continue Button mode whenever this participant is involved in a conversation.
3. Or use the SetContinueMode() sequencer command.
There are three ways to do it:
1. Inspect a conversation in the Dialogue Editor. Select Menu > Conversation Properties. Tick Override Display Settings > Subtitle Settings. Then set the Continue Button mode to the mode you want to use for this conversation (Always or Never). This will override the Dialogue Manager's Subtitle Settings > Continue Button mode for this conversation.
2. Or add an Override Display Settings component to one of the participants. (See Character GameObject Assignments.) This will override the Dialogue Manager's Subtitle Settings > Continue Button mode whenever this participant is involved in a conversation.
3. Or use the SetContinueMode() sequencer command.
Re: I want to apply different 'Continue Button' settings for each dialogue UIs
Tony, thanks so much for your help!
Always having a good experience with both asset and the forum <3
Have a good day!
Always having a good experience with both asset and the forum <3
Have a good day!
Re: I want to apply different 'Continue Button' settings for each dialogue UIs
Thanks! Glad to help!