Search found 5 matches

by heyask
Thu Sep 01, 2016 11:29 am
Forum: Dialogue System for Unity
Topic: NGUI text remove when response menu show up
Replies: 1
Views: 472

NGUI text remove when response menu show up

what i mean is, 1. first text click 2. second text click 3. (no text, text removed, I want to second text to be remained.) [next button] ----> [next button] -----> [response menu 1] [response menu 2] ... it only shows response menu. but your example, like "Feature Demo with Continue Button"...
by heyask
Wed Aug 24, 2016 11:24 pm
Forum: Dialogue System for Unity
Topic: how to remove conversation...
Replies: 1
Views: 561

how to remove conversation...

I can't find conversation remove button
by heyask
Mon Aug 22, 2016 11:37 am
Forum: Dialogue System for Unity
Topic: Can I control dialogue manually by script?
Replies: 3
Views: 1290

Re: Can I control dialogue manually by script?

Thank you for your reply. I added custom SequenceCommand, but How can I access conversation nodes? I looked for documentation http://www.pixelcrushers.com/dialogue_system/manual/html/namespace_pixel_crushers_1_1_dialogue_system_1_1_sequencer_commands.html but I cant find function which can access co...
by heyask
Mon Aug 22, 2016 12:29 am
Forum: Dialogue System for Unity
Topic: Can I control dialogue manually by script?
Replies: 3
Views: 1290

Can I control dialogue manually by script?

Dialogue System for Unity runs in auto continue with button click( next, next ..) But can I load and show certain conversation line by code? for example, there is 1 dialogue and 4 conversation. example dialogue1 - hello1 - hello2 - hello3 - bye show "hello1" by my script, after 3seconds, s...
by heyask
Mon Jun 20, 2016 4:15 pm
Forum: Dialogue System for Unity
Topic: Fast forward - typewriter effect
Replies: 5
Views: 2292

Re: Fast forward - typewriter effect

Hello

Why it is possible only in unity ui?

How can I use typewriter fast forward in NGUI?