#Collision detect without rigidbody
1 messages · Page 1 of 1 (latest)
tried to freeze everything "OnCollisionEnter" works but everything else works not as intended to work
thank you in advance
Do you have a rigidbody as a child of another rigidbody? If yes, that is not recommended/will likely not work
thx for answer, suppose i have found solution . just placed script with "OnCollisionEnter" on object with Rigidbody but collision object still child of it , somehow it still detect(trigger) it