The picture that you’re seeing is what happened when I hit play, and I believe that I set everything up to have the character spawn. I remembered that if you just select your character as default pawn you’ll be able to play your character, but maybe I missing something.
Hey there @LoadCreator! Welcome back to the community! Since it looks like your game mode override is properly configured, there’s a couple of other common issues that can occur.
- The character is somehow spawning somewhere it is being killed immediately (lower than the world’s kill height).
- The character is unable to be spawned due to all
Player Startsbeing blocked and their spawn settings aren’t set to ignore it. - The character doesn’t have any cameras or otherwise cannot be possessed (unlikely since that looks like the base third person character but it’s always good to mention).
Do your Player Starts have any errors like “Bad Size” displayed on their gizmos? Is that the default third person character and gamemode?
Player start doesn’t seem like it have any issues. and its not clipping through anything. I did not add any code because last time I start a project, everything was just working with each other automatically. the last thing I did was mess with the camera component in the character blueprint. I was following a tutorial for 2.5D platformer game, maybe that’s it?
