Augmented Reality (Fall 2022)

HW 7: Animation

For this homework, you are welcome to collaborate with your partner. This homework is to make an animated “helicopter” in Unity.

Follow the lecture notes in the slides “Unity Animations” to create a simple helicopter that is registered to an image target, and where you can start and stop the spin of the rotor by pressing a key.

Then, add a script to the main “Helicopter” object so that you can “fly” it (up/down, left/right, and forward/backward) by pressing keys.

Submission

  1. The C# script that has the code to “fly” the helicopter
  2. A short video that demonstrates controlling the spin and motion of the helicopter