Hello , This is Mahsa
I have quick question , how can i use raycast inside a mesh collider ( cube ) from inside to outside
- Place this
Collider
on a layer that this Raycast’slayerMask
will ignore
Physics.RaycastAll
then interpret it’sRaycastHit[]
results
You could do RaycastAll, then pick what you wanted to hit or not