- Home /
How to Make Multiple Particle Textures
So in the particle renderer settings there is an option of how many materials to render but it only shows one material. I have four different materials and I want each particle to randomly pick one. So how would I do this? Thanks
Answer by Eric5h5 · Dec 19, 2010 at 03:43 AM
Particle systems have no such functionality. You'd need four different particle systems to do that.
Answer by 12aithe · Feb 25, 2013 at 06:19 AM
they actually do... there is a particle renderer.....
// particleSystem.renderer.material = .... random material...
You can store the materials in a random array....
Your answer
Follow this Question
Related Questions
Does Material.color, ParticleSystem.startcolor property clones/copies the material? 2 Answers
Particles always appear on top or behind <- Not what I want 2 Answers
non-metallic, non-smooth material doesn't render particle effect over it 0 Answers
Random First Frame - Particle Material 1 Answer
Renderer.materials leaking materials 1 Answer