Player Start broken

Hi there,

whenever i place my PlayerStart within my Paper2d Sidescroller Template, The Player-Character spawns and the game starts but however he cannot move anymore.
I double checked if I made some mistakes on game mode, but everything should be fine…

Any ideas?!

In case this is important: The BPS for the Character Movement are set to default by the template

In which BP do I have to possess the pawn?
Sorry im new to BPs

It was set to disabled, now its on Player0 but nothing has changed so far. Any further recommendations?
Thanks a lot so far! I feel like were getting closer.

The BP Nodes under my sidescroller character in the handle movement comment (see above screenshot) do definitely fire up once the game is started and the input keys are pressed. Somehow the player - character is still not moving…

In your Player - Character BP, look for the Auto Possess Player property and set it to Player0.

Ok, nice try. The other possibility is that your Player - Character is not getting any input for some reason. If you Play your game while keeping the Blueprints open, you should see the input event nodes firing when you press the associated keys. This only if the input is properly received and processed.

You are using AddMovementInput to move your player. Does your player BP have a MovementComponent in it?

You know what? Remove the Player Start from the level and drag your Player BP directly in its place. Make sure it has Auto Possess Player set to Player 0. Check if it moves in this way.

Now I see it as well in your last screenshots! Well spotted.

A possible reason is that you are not possessing your Pawn. Did you check that?

Yes it does (or should´ve)

I did remove the PlayerStart and dragged it right into the scene and Auto Possess Player is already set to Player 0. Unfortunately nothing has changed so far :frowning:

I found the mistake! The Player Capsule wasnt set to movable! Once I set it to movable, it all worked again! Thanks a lot for your help, I really appreciate it!

Cant thank you enough for spending your time for a stranger!

Thanks a lot, I really appreciate it.

You are welcome! :slight_smile: