Search found 20690 matches

by Tony Li
Sun May 05, 2024 12:15 pm
Forum: Dialogue System for Unity
Topic: Camera follow player walking during sequence
Replies: 3
Views: 31

Re: Camera follow player walking during sequence

Hi, If you were in 3D, I'd recommend using the LiveCamera() sequencer command that follows the subject, versus the Camera() sequencer command that records the destination position when the command starts and moves the camera there without following the subject. The 2D equivalent of Camera() is Zoom2...
by Tony Li
Sun May 05, 2024 9:17 am
Forum: Dialogue System for Unity
Topic: Multple NPCS in a conversation
Replies: 1
Views: 11

Re: Multple NPCS in a conversation

Yes. Just inspect a dialogue entry node and set its Actor dropdown to the NPC/player actor who you want to speak that line. Related: Character GameObject Assignments
by Tony Li
Sat May 04, 2024 11:24 am
Forum: Dialogue System for Unity
Topic: OnConversationEnd triggered twice
Replies: 3
Views: 27

Re: OnConversationEnd triggered twice

Hi,

No, OnConversationEnd will run on the Dialogue Manager and the actor. If the conversant is different from the actor, it will also run on the conversant.
by Tony Li
Sat May 04, 2024 9:01 am
Forum: Dialogue System for Unity
Topic: Setting Up Tutorial For Players
Replies: 5
Views: 36

Re: Setting Up Tutorial For Players

Hi,

Try this:

Inspect your conversation in the Dialogue Editor.

Select Menu > Conversation Properties.

Tick Override Display Settings > Subtitle Settings. Set Continue Button to Never.

Then tick Sequence Settings. Set Default Sequence to: Continue()@Message(Typed)
by Tony Li
Sat May 04, 2024 8:51 am
Forum: Dialogue System for Unity
Topic: Turning off conversation UI for internal dialogue UI
Replies: 3
Views: 22

Re: Turning off conversation UI for internal dialogue UI

Hi, Yes. You can assign a different dialogue UI (e.g., with a different appearance or even with no visual elements) to the Dialogue System Trigger's Actions > Start Conversation > Override Dialogue UI, or add an Override Dialogue UI component to one of the participants (e.g., internal narrator actor...
by Tony Li
Sat May 04, 2024 8:47 am
Forum: Dialogue System for Unity
Topic: OnConversationEnd triggered twice
Replies: 3
Views: 27

Re: OnConversationEnd triggered twice

Hi,

Are you using the current version of the Dialogue System?

I think something else might be going on there. It will only send OnConversationEnd if the Dialogue Manager GameObject is different from the actor and conversant GameObjects.