Does Unity do ray intersections with linerenderers?
What’s the procedure?
Thanks.
Does Unity do ray intersections with linerenderers?
What’s the procedure?
Thanks.
Line renderers don’t have any built-in ray intersection ability, but you can add this yourself using linecasts.