I have an object which needs to have collisions for a cloth simulation in the scene, but I also have particles in the scene and I don’t want them to collide. What should I do?
Bake the particles beforehand?
On your collision object, set “Particle Permeability” to 1.0 (or any other non-zero value).