So I was planing on using it as such. The small objects in my game (fighters, bombers, ect) all have primitives on them. The big objects (space stations, battle cruisers) all have mesh colliders due to the size and complexity. This presents a problem if the battle cruisers are to collide with the space stations which they will, ther would be two mesh colliders colliding. So after having a chat with some people, I decided that I could use primitive(s) for the battlecruisers that the small ships would ignore using this function. All primitives on the battle cruisers would ignore a layer or tag I gave the smaller ships. I then talked to jon and he brought up a good point. He thought this might be very costly depending on how the function was implemented. Does it still find the collision, search through a list and ignore it? Basically I am curious to what the otee guys think, would this work alright or kill performance? How does this function operate?
Thanks as always, Bill