Conversation text delay when frame rate is low

Announcements, support questions, and discussion for the Dialogue System.
Post Reply
jezevcik88
Posts: 9
Joined: Mon Nov 03, 2014 3:21 pm

Conversation text delay when frame rate is low

Post by jezevcik88 »

Hi Tony,

I've recently tried to port my project on android where it yields very low fps.

And as a side effect, I've noticed, when conversation text is ouputed character by character and text is longer, it doesnt event output all characters and skips to next conversation text because computed delay time has expired.



Is there some option how to handle this ? (without requiring to press a key after each dialog text )



Thank you
User avatar
Tony Li
Posts: 20764
Joined: Thu Jul 18, 2013 1:27 pm

Conversation text delay when frame rate is low

Post by Tony Li »

Hi,



The dialogue entry will be shown for the correct duration, but with very low fps the typewriter effect might not finish in time. The solution is to increase the Characters Per Second on the Typewriter Effect (not on the Dialogue Manager). This will make the typewriter effect output characters faster.
jezevcik88
Posts: 9
Joined: Mon Nov 03, 2014 3:21 pm

Conversation text delay when frame rate is low

Post by jezevcik88 »

Ok thank you Tony. Got it working now.
Post Reply