Question by
money4honey · Nov 14, 2016 at 07:43 PM ·
vectorhandlesarrow
Draw FreeMoveHandle with ArrowCap between two points?
I trying draw FreeMoveHandle with ArrowCap between two points, and arrow always look in the opposite direction of camera in the sceneView.
pos = Handles.FreeMoveHandle(pos, Quaternion.identity, (ts.transform.position - pos).magnitude, Vector3.one * 0.1f, Handles.ArrowCap);
i tried change rotation, it not worked.

8c40db3e20.jpg
(26.0 kB)
Comment
Answer by MvNimwegen · Apr 13, 2021 at 02:30 PM
You dont want to use FreeMoveHandle here, use Handles.Slider instead.
Your code seems correct. I think this is something that goes wrong internally. I had this same issue myself also.
Your answer