Hi,
recently I did modify some settings for my dialogue database.
Ever since that move, I can't display my pc subtitle anylonger, It disappear in a flash.
As much as I can recall, I did untick the "Always force response menu" and I did tick "Show PC subtitles during line"
there is a workaround, that I have to add a Delay sequence on every dialogue entry, but there is gotta be something I did wrong.
p.s I have also try to copy paste the whole setting from Dialogue System Controller, still did not work.
PC subtitle disappear in a flash
Re: PC subtitle disappear in a flash
Hi,
Inspect your Dialogue Manager GameObject. Clear the Display Settings > Camera & Cutscene Settings > Default Player Sequence field. In this case, the player will then use the Default Sequence if the dialogue entry node's Sequence field is blank. If the Default Sequence is Delay({{end}}), it will delay for a duration based on the text length.
If that doesn't fix it, inspect the conversation's properties (Menu > Conversation Properties) in the Dialogue Editor window. Make sure the conversation isn't overriding the Dialogue Manager's Display Settings.
Inspect your Dialogue Manager GameObject. Clear the Display Settings > Camera & Cutscene Settings > Default Player Sequence field. In this case, the player will then use the Default Sequence if the dialogue entry node's Sequence field is blank. If the Default Sequence is Delay({{end}}), it will delay for a duration based on the text length.
If that doesn't fix it, inspect the conversation's properties (Menu > Conversation Properties) in the Dialogue Editor window. Make sure the conversation isn't overriding the Dialogue Manager's Display Settings.
Re: PC subtitle disappear in a flash
Thank you!
this has exactly solved my issue that bothered me for a time!!
this has exactly solved my issue that bothered me for a time!!
Re: PC subtitle disappear in a flash
Glad to help!