Helicopter flies but in the wrong direction

Hey guys

I followed everything Ben said in the scripting however when I press play the helicopter flies away from the play and the position on Z axis increases instead of decreasing.

I have no idea what to do and am waiting for a response on Udemy.

Where initially did you put helicopter and helipad? Can you paste screen with values of those game objects in inspector?

Simply change velocity to negative eg. rigidBody.velocity = new Vector3(0, 0, -50f);

Privacy & Terms