I have an enemy who has two collision objects on him. an inner one so if he gets hit by your bullet he disappears and an outer one to see if you are in his vicinity. How can i access his inner and outer collision object in the OnCollisionEnter function?
If you should eventually come across some different situation with two colliders on one object, you will instead want to create an empty object and move one collider to that object, then parent it to the other collider.