-
Notifications
You must be signed in to change notification settings - Fork 93
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
This game freezes every 1-2 seconds. #97
Comments
Oh, I ran this some more times and now it doesn't freeze. But what is it later? |
I have no idea what could be those freezes. The game works fine on my end and for other people I tested multiplayer with. You're the first one to report this. From what I see in the debug text, the voxel module isn't doing much work when the freezes occur, so I don't think this problem is caused by it. You could try profiling the game with Godot's profiler in the debugger tab, to check if something in particular gets highlighted. There isn't much detail there tho. To get more insight, you could do some deeper profiling using Tracy because the voxel module has a lot of timed sections built-in. But you have to install Tracy itself https://voxel-tools.readthedocs.io/en/latest/module_development/#profile-with-tracy |
System information:
This game freezes every 1-2 seconds.
See it in this GIF: https://github.com/nchistov/big_size_images/blob/master/voxel_issue.gif
It's not I not pressing the buttons, it game freezes.
What need I do?
The text was updated successfully, but these errors were encountered: