Quantcast
Viewing all articles
Browse latest Browse all 74

What could cause OnParticleCollision to fail?

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 :/

Viewing all articles
Browse latest Browse all 74

Trending Articles