Hi,
Quick question about the blockbreaker Udemy tutorial. I’m at section 5, episode 74 (The Complete Unity Developer), where you have to create a C♯ Script for the Paddle.
I just entered the code to make the paddle move with the mouse. It works, it does move with my mouse, but the paddle is way more to the right than my mouse.
I tried to enter position X 8.0110, Y 0.5 for the paddle object (like shown in the tutorial), but it makes the paddle appear outside my game screen (although in the tutorial it gets positioned at the center). My guess is I messed up the coordinates of the background maybe ? The C♯ Code I entered is correct, so it must be something in the Unity settings.
If somebody knows why my paddle is off, please share Otherwise I’m afraid I have to begin the tutorial from the beginning to make sure I didn’t miss a step somewhere.
Many thanks