- Home /
How to make enemy try to predict were object is going and stand in its path ?
Hello I am trying to create a 3D Ping pong game, and I don't know much about C# yet but I am trying to learn, I got stuck on trying to make enemy predict where the ball will go to stand in its path, can anyone help ? and the ball can move in any direction x,z,y so I would like to make enemy to try hit the ball back, if the ball is going up enemy goes up in a fixed x position (the enemy can move in the z,y axis) ect.
Your answer

Follow this Question
Related Questions
enemy shakes when it gets to a certin position 0 Answers
Predict next fixedupdate frame Rigidbody position 0 Answers
2D Circle projectile trajectory prediction : taking collider radius into account 1 Answer
How do I predict an objects position that might collide with something?? 0 Answers
Having a goalie follow the ball but not move towards it 2 Answers