Unity Raycast toutes les couches sauf une
RaycastHit hit = Physics2D.Raycast(position, direction,
range, ~(1 << LayerMask.NameToLayer("Player"))))
Plimpton