Design 3D ping pong using unity

Hi
i am beginner with using 3D unity , i have only 3 days to learn it and now less than 24 hours left to design my game , i have read the basic tutorials and some examples to start designing the game.

so far I managed to design the basic things but i just can’t figure out , what is the script to make the players interact with each other !! i mean when player 1 hit the ball , player 2 should hit back … still have no clue how to do it . Could you please help me ??

the only way that i think about that to set the ball as a target then make player 2 moves to that target , but i don’t know how to make the player move toward the target .

also, when player 1 hit the ball, it act like a football ,i added a force script into it .

basically now I have designed a football game with only one player !!!

?? any idea please ?? i appreciate any help

THANK YOU

just set up the controls in the input, one with WASD the other with the arrow keys, make 1 set of controls move 1 paddle and the other set move the other?

Unless your thinking of networking the game over 2 computers, which is an entire subject on its own

don’t forget to add rigid bodys and player controllers

Hi I’m trying to make a “simple” game as an assignment for school and I’ve been thinking about something like a ping pong or space invaders game. What was the basic tutorial that you wrote about? Can someone recommend something?:smiley: