Hi from the island of Malta!
What a fantastic course!
I have my first question. I couldn’t understand why we are subtracting paddle position from ball position. As below.
paddleToBallVector = transform.position - paddle1.transform.position;
As I understand:
If paddle is on 5,0 and ball is at 5,1. For me that means 0,1.
What am I missing?