How do you load a level before playing

Ok, so we’re back to debug.

Put stuff in the player to see if the movement nodes are actually firing :slight_smile:

sorry I don’t know what you mean by put stuff in the player

Like this

You can put it all over the place.

Being play, etc…

Try and find out what’s happening, you see.

I put a print string on the move trigger before anything else and no message appeared

Begin play?

1 Like

that message worked - I moved it to the end and I didn’t get a message

I would try one here

it appeared on fail

It seems like I should do the below, but the Enhanced Input Local Player Subsystem won’t connect to As BP First Person Character

No… :slight_smile: You can’t cast the controller to a player.

Leave the default code there, but put a slight delay between beginplay and the cast. That should do it.

1 Like

Working! thanks heaps! I have a bit of jank I need to clean up between loading screen and playing, something odd there… also the enemy AI is broke but I think a delay might fix it (it didn’t I’ll have to investigate)

1 Like

Fab, looking good :smiley:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.