Funkin icon indicating copy to clipboard operation
Funkin copied to clipboard

Minor Performance issue: Debug builds cause Boyfriend's anims in freeplay to be slower

Open CharGoldenYT opened this issue 1 year ago • 1 comments

Simply compiling the windows build with the debug flag e.g. lime test windows -debug causes Boyfriend's anims in the freeplay menu to slow down drastically (probably at least half as fast as it should be), causing it to take longer to get to loading a song however this is minor and again only affects debug builds. there are also hitches whenever characters sing in-game.

i have double checked, its not an issue with my pc, building without the -debug flag doesnt cause the same slowdown

CharGoldenYT avatar Jun 30 '24 00:06 CharGoldenYT

Debug builds are slow as shit, Freeplay, PlayState, Charting State, no place is safe from lag on debug builds. (Probably because of the million traces you get in the console every 5 seconds)

Keoiki avatar Jun 30 '24 04:06 Keoiki

Something I've noticed with this issue is that the Freeplay menu goes back to normal speed after playing a song. It's weird.

AbnormalPoof avatar Jan 22 '25 02:01 AbnormalPoof

This issue also occurs on release builds, but to a substantially smaller degree.

AbnormalPoof avatar Feb 16 '25 01:02 AbnormalPoof

I've noticed that this issue seems to be effected by your framerate/framerate cap - setting it to 300 makes the freeplay menu really slow down.

Lasercar avatar Feb 24 '25 12:02 Lasercar

Should be resolved now that the game starts with fixedTimeStep disabled.

NotHyper-474 avatar Apr 27 '25 17:04 NotHyper-474