My problem is that particle collision is detected when particles middle point touches something… Is it possible to make it so that it detect collision when particles lower side hits ground? So when I have big particles they dont go trough the ground?
Particles don’t really have volume as such, so you can’t detect a collision with the edge. To get this effect, you will probably need to use a separate GameObject for each particle.