I want to drop some itens using some fancy settings on the particle system. Can I emit prefabs using it?
@SrYano, no, not using Unity’s built in particle system. But you can emit a mesh with an applied material if it that is what you are after.
Otherwise I believe there are custom particle emitters in the Asset Store that will, or you can write your own.