hi there!
I have an empty GameObject which holds another Empty "ColliderArea" with lots of Children, each Child has its own sphere collider. Now I have a script on "ColliderArea" which should register all collisions of each child. I though that a "OnCollisionEnter" would handle the job, but it doesn't work... So how does my single script detect any collision of any child-collider?
thnx!