- Home /
Problem is not reproducible or outdated
Player movement
https://answers.unity.com/storage/temp/129308-untitled2.png
Yellow circle - player,black circle - end point,blue star - waypoints my question is how do you move the player through the waypoints and to the end without having to use colliders on walls.
Answer by hacky97 · Dec 12, 2018 at 08:39 AM
I see only a black image in your question. Did you mean something like this? (pathfinding) https://docs.unity3d.com/Manual/Navigation.html
You dont see this image? and no i dont want pathfinding , i want the user to control the player (yellow) and go to the end point (black circle) throught those stars (waypoints) with the help of keyboard controls.
Follow this Question
Related Questions
how to move player with WASD keys? 2 Answers
Player movement script problem 1 Answer
Rotate scene or camera with unity 2d physics 0 Answers
OnTriggerEnter2D and ladder won't be compatible 2 Answers
OnCollisionEnter2D Not working! 2 Answers