Hello!
I am on part six of the tutorial for “Endless Runner Tutorial” and have created my turning points to be called during play. My issue comes about once the player enters the Box Collision “TurnZone”. It has the collision preset “IgnoreOnlyPawn”.
Once the player enters the Box Collision "TurnZone"the camera jumps into the torso of RunCharacter and continues to dodge and not TURN 90 degrees as Left or Right. To give you further details when I go to the blue print of TurnZone: OncomponentBeginOverlap (TurnZone)—> Cast to RunCharacter ----> Set “CanTurn” to true. In my RunCharacter script I have CanTurn defaulted to FALSE, however once it is triggered TRUE the character should be able to turn Right or Left.
Does anyone have any idea what could be going on? Is there a step I missed or a version difference that causes this problem? Thank you!