Page 1 of 1

Delay In The Update

Posted: Mon Jun 14, 2021 1:59 pm
by leconteur
Hey, I´m building an instant message app using Dialogue System and I´m having some trouble with a delay issue when I change some value in the Fields (like Online Status or others).

I have to wait around 1s to update the UI interface in the instant message app. Could you tell why it happens? And is there any way I can fix it?

Thank you!

Re: Delay In The Update

Posted: Mon Jun 14, 2021 2:30 pm
by Tony Li
Hi,

If you're using the SMS Dialogue UI prefab or Textline project, there is an optional Pre Delay Duration. You can set it to zero.

In addition, dialogue entry nodes normally play a Sequence. If the node's Sequence field is blank, it will play the Dialogue Manager's Camera & Cutscene Settings > Default Sequence, whose initial value is: Delay({{end}})

If you don't want it to play this sequence, change Default Sequence to: None()