Can anyone clarify,
if i have one physics object move through another physics object (this is isSensor=true),
while they are touching I set the first object to slower velocity, then,
the 2nd object is removed before the firsts object has passed through,
the ‘ended’ phase does not seem to trigger.
If a physics object is removed, will it trigger an ‘ended’ phase for anything that has already triggered a ‘began’ phase with it?
Cheers.