Uninomicon

Documenting the dark corners of the Unity Engine.

User Tools

Site Tools


physicscallbacks

This is an old revision of the document!


Physics Callbacks

OnTriggerExit

  • Is not called when a Rigidbody which is part of the collision is destroyed.
  • Is not called if the Rigidbody/Collider is recreated internally (due to modifications).[research needed]
  • Is not called if the trigger is disabled.

OnCollisionExit

  • Is not called when a Rigidbody which is part of the collision is destroyed.
  • Is not called if the Rigidbody/Collider is recreated internally (due to modifications). [research needed]
physicscallbacks.1614011601.txt.gz · Last modified: 2021/02/22 16:33 by 73.95.178.156