I just upgraded to Unity 5.2.
I previously had ZERO problems with this attached to a gameObject that gets hit from a particle:
function OnParticleCollision (other : GameObject) {
print(other.name);
}
But after the upgrade, it seems the event is occasionally not firing :/
↧