- Home /
Make a pointer arrow that shows where player will go
Hello! I'm trying to make a clone of the Climb Up game, but I stuck at the moment where I have to make an arrow that shows direction of the player's throw. Here's what I'm trying to implement
And this is how my game looks like
I tried to make an arrow from cubes and rotate It from mouse, tried to put an image of the pointer In the canvas and rotate it from there, but nothing seem to be working, so I've decided to ask for help.
You could use a line renderer and just set the points to what you think the arc should look like.
Thank you for the answer, but how can I rotate it according to mouse or finger position?
Your answer
Follow this Question
Related Questions
Find point in 3D plane 3 Answers
3D Hook With Swing Physics 0 Answers
How to get smooth physics based object drag [solved] 0 Answers
Continue object in the current direction of travel 2 Answers
Performance Physics.Checkbox/CheckSphere vs Collider/Trigger 1 Answer