suriyun-mmorpg / UnityMultiplayerARPG_2DAI

AI implement for 2D mode, which implements A* Pathfinding Project
MIT License
10 stars 0 forks source link

Supports WASD controls. #3

Closed nowsfeky closed 4 years ago

nowsfeky commented 4 years ago

Hello ! I tested the last update of the addon, the option to walk with the joystick is working well, but the character walks with the sprite locked, ie does not execute all sprites. And also how can I do so that the player does not go inside the monster.

insthync commented 4 years ago

You use AILerp or AIPath?

NowsfekyBR commented 4 years ago

I don't know why, but I can only use AILerp. Actually AIPath works fine but I can't take the diagonal movement.

insthync commented 4 years ago

So you use AILerp right?, I will try to fix it.

insthync commented 4 years ago

Fixed, try 1.2b

NowsfekyBR commented 4 years ago

It worked very well. Thanks.