I have a particle system that's instancing an object but I want to randomize the objects that are instanced. In my case, it's a snow flurry, so I'm looking to randomize different snowflake shapes instead of having every particle be the same shape.
Any way to do this without having to set up multiple particle systems from the same emitter?