- Home /
How Can I write a Click To Move Script?
Does anyone know a click to move style script? Basicly what I want is when I click on the ground somewhere, a little red "X" (or some sort of notification) pops up for a second that way I know where i clicked, and my player starts walking to that spot. And the camera is looking down on the character (already have that setup) so the only camera movement is with the arrow keys or w,a,s,d, and it only rotates the view along the x,z axis, but doesnt move the character.
I've tried the raycast to open doors but I can't figure this one out
Answer by DaveA · Aug 22, 2012 at 10:54 PM
There are several here: http://wiki.unity3d.com/index.php/Scripts/Controllers
My favorite : http://wiki.unity3d.com/index.php/ClickCharacterController
Answer by unity_pq4f9m5BG-5Inw · Feb 24, 2020 at 11:09 AM
Hyy @JoshMBeyer You can follow this video https://www.youtube.com/embed/DPBdqbP8MFI,You can follow this video https://www.youtube.com/embed/DPBdqbP8MFI
Your answer
Follow this Question
Related Questions
Move to clicked hitpoint 2 Answers
Question about Click to Move effect within code. 1 Answer
Click to move on a sphere (planetary gravity) 0 Answers
move a button On click - rather than on game start 1 Answer
I get errorsfor my Click to Move Script 0 Answers