I followed step by step, but have a trouble - when I hit the play button, I get error:
The problem occurs at the indicated moment.
The problem is the chicken doesn’t spawn when I hit the play button. In the project settings I set BP_GameMode_CrossyRoad and BP_Chicken as default pawn class. But when I launch the game, I don’t see the chicken on the map or even in the world outliner. Where did I go wrong?
If that second pic is from another BP, then yes, you need to assign it there, just like you did in the other BP… It’s simple, that’s what the error means, so that IS the problem
Nope, that’s one blueprint - BP_Main_Camera. So, the problem is (I guess) that chicken doesn’t spawn, so BP_Main_Camera couldn’t find the reference to it. Generally, chicken have to spawn as game starts - but it didn’t.
Look. This is world outliner in **tutorial **BEFORE start:
World outliner in tutorial AFTER start:
And this is **my **world outliner BEFORE start:
And AFTER start: