Unity 2D Rogue Lesson 1 Move Character - jasonweibel/HyperStream-Unity GitHub Wiki
-
Open MoveObject script in Visual Studio
-
Uncomment AttemptMove method, lines 93 - 115.

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

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

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

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)