I know you can easily draw simple gizmos in OnDrawGizmos() but what should I do if I want to draw the movetool gizmo(the one in the picture). What kind of code is needed, and how can I make it drag-able
Thanks in advance.

I know you can easily draw simple gizmos in OnDrawGizmos() but what should I do if I want to draw the movetool gizmo(the one in the picture). What kind of code is needed, and how can I make it drag-able
Thanks in advance.

You’re looking for Handles. Specifically, the Position Handle.
awesome. Thanks
– ragnaros100