Search Unity

need help

Discussion in 'Navigation' started by packer7, Apr 12, 2020.

  1. packer7

    packer7

    Joined:
    Apr 9, 2020
    Posts:
    2
    im new to unity and c# put just wondering if anyone knows how i would make my player move around my 9x9 grid 1 tile at a time in a turn based system, many thanls.
     
  2. elliotfriesen

    elliotfriesen

    Joined:
    Mar 17, 2020
    Posts:
    71
    You can use a snap based movement script like in this tutorial

    but for the movement just adjust the values for the yincrament to be one grid length each, then make the code again but for the x axis
     
    packer7 likes this.