Question by
Norvegat147 · Mar 21, 2017 at 11:15 AM ·
collider
Problem with linerender
Hi how i can know if i enter to a collider2d with linrender by the way i following this method http://www.theappguruz.com/blog/draw-line-mouse-move-detect-line-collision-unity2d-unity3d how i can know if i enter to a collider or tag
Comment
the same moment you save another mouse position you could do a raycast from previous to new mouse position.