30.10.2024 Update Log 2 + Developer Note

NO STRANGERS · published · build 16239351

Changes

  • Removed fade effects from player names.

Developer Note


It's hard to believe, but the names on the characters were the main cause of the game's lag, especially in alphabets like Chinese, it was reloading the TMP Text component every frame, so we were experiencing a huge framerate drop. To solve this, we removed the fade effect of the names, and in technical terms, we made sure that if the variables are the same, they will not reload. So you will no longer experience lag. I've tried it and I approve it.