Unity 2D UFO Lesson 1 Controlling the Player - jasonweibel/HyperStream-Unity GitHub Wiki

Hyperstream : Unity 2D UFO Lesson 1 - Controlling the Player

Lesson

  1. Open PlayerController script file in Visual Studio.

  2. Uncomment speed public variable.

  3. Uncomment FixedUpdate method.

  4. Add PlayerController script component to Player game object.  Set Speed to 10.

Challenge

Attachments:

image2017-8-27_7-50-29.png (image/png)
image2017-8-27_7-50-45.png (image/png)
image2017-8-27_7-51-0.png (image/png)
image2017-8-27_7-51-10.png (image/png)
image2017-8-27_7-51-20.png (image/png)