Has anyone any ideas how to set up first person movement on a grid, i got the camera working but i want the arrow button to move my player to the grid in front of me (i think i need to somehow select this grid and then move there) but i cant figure out how

Best regards
  • It doesn't really matter if it's first person or 3rd person - if you want to do grid based movement via regular controls instead of the built-in cell/path selection, you have 2 options:

    1) Use individual abilities for forward, backward, left/right (movement or turn) that do just that. E.g. the move forward ability will (try to) move the combatant forward via the ability's battle event (e.g. getting the cell in front via Store Grid Cells node using range templates and moving to it).
    The abilities can e.g. be fired via Control Maps.

    2) Write a custom grid movement player control.
    Please consider rating/reviewing my products on the Asset Store (hopefully positively), as that helps tremendously with getting found.
    If you're enjoying my products, updates and support, please consider supporting me on patreon.com!
Sign In or Register to comment.