Is it possible to cast a ray and it returning a list/array of all objects that were hit by it?
Ordered by hit order.
For example, the situation exemplified in the attached image should return and array/list with the objects A and D
And here I was thinking I had to write my own multiple raycast. thanks