Search Unity

2d Grid movement

Discussion in '2D' started by Jinh_Freespirit, Jun 9, 2019.

  1. Jinh_Freespirit

    Jinh_Freespirit

    Joined:
    Apr 3, 2017
    Posts:
    2
    Hi

    Looking for a tool or simple way to create a grid movement system. I have looked high and low but don't seem to find any good information about how to go forward.

    What I want to do is.
    Click on a character, then click on a grid and it moves to that grid accounting for collision.

    Things that look helpful has been but haven't find any good tutorial
    - Pahtfinding
    - Navmesh
    - A*

    This YT seems to be the closest thing though code heavy. Strange there is no asset tool that can be set up to do it, would be pay for it. :)

    Any guidance appreciated.

    Cheers
    CM
     
  2. vakabaka

    vakabaka

    Joined:
    Jul 21, 2014
    Posts:
    1,153
    Did you seen something like this:
     
  3. Jinh_Freespirit

    Jinh_Freespirit

    Joined:
    Apr 3, 2017
    Posts:
    2
    Yes, any tool on the asset store that does that?