HiddenMonk / Unity3DRuntimeTransformGizmo

A runtime transform gizmo similar to unitys editor so you can translate (move, rotate, scale) objects at runtime.
MIT License
707 stars 129 forks source link

Line is too thin #2

Closed luizcarlosfx closed 6 years ago

luizcarlosfx commented 6 years ago

Is there an easy way to make the lines thicker? I think they are not that easy to see

HiddenMonk commented 6 years ago

I just added a way to change the thickness of the handles by changing the handleWidth field.

luizcarlosfx commented 6 years ago

Great work! The only problem that I see is that you have all the code in a single class, you could separate visuals and actual transforming. Great work anyway