Page 1 of 1

I would like the NPC to automatically say the dialogue.

Posted: Sat Aug 05, 2017 11:11 am
by minomod
1. Enter the dialogue.
2. Give the NPC a bark on idle and connect the lines.
3. Play the game.

Result: NPC does not say dialogue

http://www.pixelcrushers.com/dialogue_s ... logueEvent
I'm not good at checking out the help.

Re: I would like the NPC to automatically say the dialogue.

Posted: Sat Aug 05, 2017 11:20 am
by minomod
I set it as a wizard and it fixes it at once

Re: I would like the NPC to automatically say the dialogue.

Posted: Sat Aug 05, 2017 11:41 am
by minomod
Can I adjust the position of the metabolism on my legs?

Re: I would like the NPC to automatically say the dialogue.

Posted: Sat Aug 05, 2017 1:49 pm
by Tony Li
Hi,

Yes, if you're using Unity UI Bark UI, just move it up. To see if you're using Unity UI Bark UI, look for a child GameObject that has a Unity UI Bark UI component. For an example, see the NPC "Sergeant Graves" in Examples / Unity UI Examples / Generic UI Example Scene.

Image

If you're using Unity Bark UI, use these steps. (To see if you're using Unity Bark UI, look for a Unity Bark UI component on the NPC. For an example, see "Sergeant Graves" in Examples / Feature Demo.)

1. The bark text will appear above the NPC's collider.

2. If the NPC doesn't have a collider, you can add a Unity Bark UI On GUI component and set its Offset field.

Image

3. Or, add a child GameObject at the position you want. Then assign this child GameObject to the Unity Bark UI's Text Position field.

Image

(You do not have to do #2 and #3. You can choose one or the other.)

Re: I would like the NPC to automatically say the dialogue.

Posted: Mon Aug 07, 2017 10:24 am
by minomod
Resolved at # 2. thank you.