I basically want the equivalent of Physics.OverlapSphere for Unity Jobs and i thought that Unity - Scripting API: SpherecastCommand was the go-to. The problem is that it only seems to return a single result while i wanted to get a list as OverlapSphere does.
Isn’t SpherecastCommand the way to go if you want to get nearby colliders inside a unity job?