Search found 11 matches

by linyangyang2015
Sat Sep 15, 2018 10:07 am
Forum: Dialogue System for Unity
Topic: node delay
Replies: 1
Views: 285

node delay

I has one quests:
a dialog node:actor is NPC,conersant is player, i wish the node delay until getted a message?
by linyangyang2015
Sat Sep 15, 2018 9:13 am
Forum: Dialogue System for Unity
Topic: line space
Replies: 1
Views: 365

line space

Hi,I have a question: how to set dialogue UI (NPC Subtitle Line)line space?
by linyangyang2015
Mon Sep 10, 2018 11:22 am
Forum: Quest Machine
Topic: Integration quest machine and dialogue system
Replies: 2
Views: 705

Re: Integration quest machine and dialogue system

I have import the dialogue system。The problem is the inconsistent,I change a version and it's OK.Thanks.
by linyangyang2015
Mon Sep 10, 2018 11:19 am
Forum: Dialogue System for Unity
Topic: Play subtitles and audio at the same time
Replies: 3
Views: 437

Play subtitles and audio at the same time

quest3.png
quest3.png (38.68 KiB) Viewed 437 times
I want to Play subtitles and audio at the same time,But Sequence(Audio(FirstAudio/1)) interrupt the subtitles,How to solve it?
by linyangyang2015
Mon Sep 10, 2018 4:41 am
Forum: Dialogue System for Unity
Topic: How to control the speed of subtitile in a conversation?
Replies: 1
Views: 468

How to control the speed of subtitile in a conversation?

How to control the speed of subtitile in a conversation?
by linyangyang2015
Sun Sep 09, 2018 5:07 am
Forum: Quest Machine
Topic: Integration quest machine and dialogue system
Replies: 2
Views: 705

Integration quest machine and dialogue system

2018-09-09_170408.png
2018-09-09_170408.png (85.49 KiB) Viewed 705 times
Integration quest machine and dialogue system:
import dialogue system third party support error?
by linyangyang2015
Sat Sep 08, 2018 11:37 pm
Forum: Quest Machine
Topic: working quest do not show dialog
Replies: 5
Views: 896

Re: working quest do not show dialog

It's OK,Thank you very much.
by linyangyang2015
Sat Sep 08, 2018 2:26 am
Forum: Quest Machine
Topic: working quest do not show dialog
Replies: 5
Views: 896

Re: working quest do not show dialog

quest2.png
quest2.png (72.36 KiB) Viewed 893 times
using code:
MessageSystem.SendMessage(this, "FindGlass", "Start");
questGiver.StartDialogueWithPlayer();
it don't show attachment mark(Heading Text/Body Text/Caption Text)?
by linyangyang2015
Sat Sep 08, 2018 2:16 am
Forum: Quest Machine
Topic: working quest do not show dialog
Replies: 5
Views: 896

Re: working quest do not show dialog

OK,I have a try,thanks!