If you’ve been using plugins like playmaker you know what I’m talking about

But I can’t see how it’s done because the source code of playmaker is a DLL file
can someone point me in a right direction? thanks
If you’ve been using plugins like playmaker you know what I’m talking about

But I can’t see how it’s done because the source code of playmaker is a DLL file
can someone point me in a right direction? thanks
Handles.BeginGUI( );
Handles.DrawLine(
new Vector3(startPos.x, startPos.y),
new Vector3(endPos.x endPos.y));
Handles.EndGUI();
Thank you so much! Btw do you how how to make the line more bendy or whatever it's called like in the picture above?
– skoandiYeah, just use Handles.drawBezier instead of drawLine. (You can find it in the provided scriptreference link.)
– UnitraxxThanks again!
– skoandidoes this really work in editor window ?
– JCXYes it does!
– rey_meustrus