Only player line of dialog displayed

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
joaogarin
Posts: 6
Joined: Sun Jun 05, 2016 1:43 am

Only player line of dialog displayed

Post by joaogarin »

Hello,

I am using Dialog system with Adventure creator for Unity. I have followed the docs and the dialog seems to start just fine. But when triggering a "third party - start dialog system conversation" only the player's lines of the dialog shows up.
Any idea why this might be?

Best regards
Last edited by joaogarin on Sun Jun 05, 2016 3:15 am, edited 2 times in total.
joaogarin
Posts: 6
Joined: Sun Jun 05, 2016 1:43 am

Re: Only player line of dialog displayed

Post by joaogarin »

Also the camera focus on the characters when playing the speech does not seem to take place. Maybe I miss something on the setup
Last edited by joaogarin on Sun Jun 05, 2016 3:16 am, edited 2 times in total.
joaogarin
Posts: 6
Joined: Sun Jun 05, 2016 1:43 am

Re: Only player line of dialog displayed

Post by joaogarin »

I think its actually only playing character (main player) lines. as they always show up on the bottom.
Last edited by joaogarin on Sun Jun 05, 2016 3:15 am, edited 1 time in total.
joaogarin
Posts: 6
Joined: Sun Jun 05, 2016 1:43 am

Re: Only player line of dialog displayed

Post by joaogarin »

By the way the NPC lines are green when running the scene..So it looks like it plays them but does not show up in the UI.

I had a look in this topi viewtopic.php?f=3&t=654&p=3164&hilit=player+lines#p3164

but disabling the checkbox for the AC subtitles settings does not have effect in this case..everything was setup :

Again. the lines are playing as they show green when running the scene and looking at the dialog system converstation but it does not display in the UI
joaogarin
Posts: 6
Joined: Sun Jun 05, 2016 1:43 am

Re: Only player line of dialog displayed

Post by joaogarin »

It displays as soon as I check subtitles to "On" in game in the adventure creator menu. Is there a way to have this as On by default?
User avatar
Tony Li
Posts: 22062
Joined: Thu Jul 18, 2013 1:27 pm

Re: Only player line of dialog displayed

Post by Tony Li »

Hi,
joaogarin wrote:It displays as soon as I check subtitles to "On" in game in the adventure creator menu. Is there a way to have this as On by default?
In the AC Game Editor window, click on the Settings tab and scroll to the bottom. In the Options data section, tick Show subtitles?.
joaogarin wrote:Also the camera focus on the characters when playing the speech does not seem to take place. Maybe I miss something on the setup
Change the Dialogue Manager's Default Sequence to:

Code: Select all

Camera(default); 
Delay({{end}})
This will focus the camera on the character's default camera angle (which is "Closeup" unless you've added a Default Camera Angle component to the character) and then wait for a duration based on the subtitle length. You can read more about sequences here: Sequences.
Post Reply