Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Uncap 1 character from frame limit #31

Open
Steen-Is-Adrift opened this issue Aug 17, 2019 · 1 comment
Open

Uncap 1 character from frame limit #31

Steen-Is-Adrift opened this issue Aug 17, 2019 · 1 comment

Comments

@Steen-Is-Adrift
Copy link

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.

@edwardrowe
Copy link

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

private const float PrintDelaySetting = 0.02f;
, but that's janky cause you shouldn't need to change the code for your project. (tasked here: #4).

Gonna re-open this as an issue to allow characters to print faster than one per frame.

@edwardrowe edwardrowe reopened this Aug 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants