Unity 2D UFO Lesson 1 Controlling the Player - jasonweibel/HyperStream-Unity GitHub Wiki
Hyperstream : Unity 2D UFO Lesson 1 - Controlling the Player
Lesson
-
Open PlayerController script file in Visual Studio.
-
Uncomment speed public variable.

-
Uncomment FixedUpdate method.

-
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)