You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
One character per frame is simply too slow for anything heavy on dialogue.
Sorry if this has been addressed already. I don't understand the majority of the other tickets.
The text was updated successfully, but these errors were encountered:
Thanks for the issue! You are right that it should be possible to be faster than one character per frame.
There are few options for you to customize the printing speed, but none will let you print faster than one per frame due to the nature of the code.
You can pass in printing speed into the TypeText method (which is probably why you initially closed this issue).
But you may want the default delay to be faster / slower for your project. If you want to do that, so that you don't have to supply a delay to every TypeText call, you can technically change the default delay at
One character per frame is simply too slow for anything heavy on dialogue.
Sorry if this has been addressed already. I don't understand the majority of the other tickets.
The text was updated successfully, but these errors were encountered: