|
How do i check for collision without using OnTriggerEnter or OnTriggerExit, because these are only checking collision with moving objects inside their colliders for some reason. Is there anyother way to check for collision with specific gameObjects that are not moving and are already inside a collider?
(comments are locked)
|
|
this might help : Returns an array with all colliders touching or inside the sphere. http://unity3d.com/support/documentation/ScriptReference/Physics.OverlapSphere.html example :
(comments are locked)
|
