Page 1 of 1

How to add QTE indicator?

Posted: Wed Sep 05, 2018 6:22 am
by behindname
Hi, Master tony,
Thanks for the Dialogue system for unity - the great asset.
I'm Using Unity 5.6.5, and Dialogue system 1.8.2

Now I am trying to use QTEs. As you know, Basically there are two QTEs.
I'd like to append more, so I added one more QTE indicator in Dialogue UI,
by duplicating the "QTE 0 Good" element, and changed that Texture.
And Also In Dialogue Manager, Inspector,
increased the size of QTE Buttons, which is at [Display Settings>Input Settings>Qte Buttons]


But Seqence Cmd does not operate.
When I call like this,
QTE(0, 3, ConfirmFig1, yes);
it works, but
QTE(2, 3, ConfirmFig1, yes)
this does not work...

What would be matter?
IF you have some time, I wish you show me the way.

Re: How to add QTE indicator?

Posted: Wed Sep 05, 2018 9:24 am
by Tony Li
Hi,

Make sure you've also assigned it to the Unity UI Dialogue UI's Qte Indicators list:

Image

Re: How to add QTE indicator?

Posted: Wed Sep 05, 2018 10:12 am
by behindname
Ah!!!!!!!
Thank you very much!
Now it works. Great.
Have a good day~~

Re: How to add QTE indicator?

Posted: Wed Sep 05, 2018 10:23 am
by Tony Li
You too!