with OnParticleCollision(GameObject) and GetCollisionEvents(GameObject, myParticleCollisions) i can get the ParticleCollisionEvents which include things such as velocity , intersecting point and some others but … no the particle itself! seriously? what if i want to modify the particle that collides?
am i missing something?