Draw movetool gizmo in OnDrawGizmos()

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.

10135-movetoolgizmo.png

1 Answer

1

You’re looking for Handles. Specifically, the Position Handle.

awesome. Thanks