Posted January 28, 2024 by Trokaneon
We recently fixed a bug where if you go to the main menu from a level, and enter a level again, you would get two controllable characters spawned in. Only one of those characters would have a proper hitbox. This was fixed, I just had to properly parent the pc so when a level was unloaded, it also unloaded that pc as well. The pc used to be spawned in globally, meaning when you switched levels, the first one stuck around.