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

write speed is too slow #7

Closed
whynames opened this issue Jun 4, 2024 · 2 comments
Closed

write speed is too slow #7

whynames opened this issue Jun 4, 2024 · 2 comments

Comments

@whynames
Copy link

whynames commented Jun 4, 2024

Hey, write delay is too slow for me even when I adjust it too 0.000001f. Is there a turn around for speeding it up?

@Luca3317
Copy link
Owner

Luca3317 commented Jun 5, 2024

Hi, its most likely because the delay speed is bottlenecked by your framerate. TMPWriter's coroutine uses WaitForSeconds to wait for the delays and doesnt account for additional time that passed during the frame.

This is an issue I hadnt considered yet, Ill push a version of the TMPWriter with this fixed into the WorkingChanges branch later today.

@Luca3317
Copy link
Owner

Luca3317 commented Jun 5, 2024

Issue should be fixed, Ill merge it onto main in a few days (once i fixed an annoying little bug with command tag indices). For now you can grab it from WorkingChanges if you want to.

For 0.000001 seconds delay it will ofc all just appear in one frame, unless youre running at a million frames 😮

@Luca3317 Luca3317 closed this as completed Jun 5, 2024
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