Click to Move like RS. Please help!

The movement I want in my game I can’t find any tutorials on… All I find are click to move like Dota, Diablo, ETC. I’m wanting to make it like Runescape movement. Literally exactly the same, but I am confused on how to do so… There is zero tutorials I can find on this type of movement. Is there a type of name you call this type of movement or what? If you don’t know what runescape movement is, think of it as a chessboard. You can move to each tile, and even diagonally to it. But you can’t stand where the lines would be. I have been trying to do this for so long, so any help would be much appreciated! Or even a tutorial video. Thanks!

You could try to do a system with colliders over your map , and when you click somewhere you raycast down onto one of these colliders who then acts as a point of movement.

-Jenzik

I understand what you mean, but it’s not that type of game. It will be a walking animation toward that area. If you would watch a video of runescape you will see what I mean. I’ll look for a video give me a second.

http://www.youtube.com/watch?v=suusfGcvi1w

Hopefully you can see what the movement is like.

Use this to find where your raycast lands , then start the movement towards that area.

Still getting use to a lot of things. Can you explain what raycast will do, and why it does it? So you are telling me if I learn to use raycast I can make the same type of movement as on the video? I thought raycast only effected like what you see. As in A is also B.

I read up on a lot of things, and supposely if I want the type of movement I’m looking for I should make my entire level/terrain 3d tile based. It had nothing to do with character, but the way my terrain is made.