Hello,
I have two rigid bodies. One of them has isTrigger set to true(Object 1) and the other is set to false(Object 2). I want to be able to detect the collision between these two objects from an attached script on Object 2. I can easily detect the collision from a script in object 1 using the OnTriggerEnter function, but that will not work for me since it is causing me other problems. These problems would be solved If I am able to detect the collision from a script attached to Object 2.
Any Ideas how I can accomplish that?
Any help is appreciated.
Thank you very much