How can i add moving cars to my endless runner game which will come straight toward the player
And, since the player is moving, you can reposition the car actor when the delegate resets by offsetting it by the pawn’s world coordinate. This way new obstacles will always spawn ahead, wherever you are.
thanks man realy appreciate the help