code-beans / GizmoExtensions

Utility class(es) that extend Unity's Gizmos
MIT License
123 stars 15 forks source link

Arrow only draws correctly in 2D when arrow is pointing up or down #1

Open devindazzle opened 4 years ago

devindazzle commented 4 years ago

When in 2D mode, the arrowheads for horizontal lines disappear because the two lines forming the arrow points in the Z direction.

code-beans commented 4 years ago

Thanks for reporting @devindazzle . I didn't consider the use case for 2d mode.Are you making a PR for this? Otherwise I will see when I can make time for this feature