I have two object that will trigger some event at contact, but as I know if I select the object collider as trigger then it will no longer have physical simulation, the other object will just fall through it. Is there a way for me to use them as trigger to trigger event and at the same time apply physical simulations on it like blocking the object from falling through?
Another similar problem. I have two objects with colliders, but I use mouse to drag move one of them. When I drag one into the other, the colliders didn't block each other but instead allow the object to go into that collider, hence losing the effect and letting the object falling throught after I stop dragging. Is there a way for me to keep the physical simulation so when I drag one object into the other they will just be pushed away instead?
P.S. for the dragging I use set position and use camera screen to world point, maybe not eh best way in case of avoiding collision, any better ideas?
Please advise.