分享一个unity3D直升机英文原版教程,并工程文件。
目录: part 1)_____How Helicopters Work_____________p3
- A brief overview of what we're trying to simulate
part 2)_____Setting up a Helicopter in Unity 3D__p6
- Attaching the rigidbody and setting up colliders
- Tuning damping values and drag
part 3)_____Writing the Script_________________p11
- Making a control script for the helicopter
- Using Unity3d physics to simulate the forces on
a helicopter
part 4)_____Making a HUD____________________p18
- Creating a simple HUD for our helicopter
part 5)_____Attaching Weapons_______________p20
- Experimenting with raycasts