The script at:
http://docs.unity3d.com/Documentation/ScriptReference/Physics.OverlapSphere.html
shows how to iterate over the objects that the test has found. Inside the while loop just `Debug.Log` the `name` of the collider.
↧