Unity 2D Rogue Lesson 1 Move Character - jasonweibel/HyperStream-Unity GitHub Wiki

Hyperstream : Unity 2D Rogue - Lesson 1 - Move Character

  1. Open MoveObject script in Visual Studio

  2. Uncomment AttemptMove method, lines 93 - 115.

  3. Open Enemy script and uncomment AttemptMove method, line 39 - 54.

  4. Open Player script and uncomment AttemptMove method, lines 131-157.

  5. In Player script uncomment AttemptMove (horizontal, vertical) call in method Update, line 125.

Attachments:

image2017-9-18_12-31-2.png (image/png)
image2017-9-18_12-31-18.png (image/png)
image2017-9-18_12-31-43.png (image/png)
image2017-9-18_12-32-6.png (image/png)

⚠️ **GitHub.com Fallback** ⚠️