Two Player Instances and I cant figure out why (Godot 4)
I’m encountering an issue where two player instances are being created when I run my project, even though I’ve tried removing one of them from the scene. For instance, when I attempt to remove one of the player instances programmatically, it results in no player instances being spawned at all.