AD110
1
Is it possible to align each particle in the particle system. i.e (if I want to make a shape of cube using the particle system and using the script) how do I do that?
Yes. You can use GetParticles to retrieve the particle instances, modify their positions, and then use SetParticles again.
Unity - Scripting API: ParticleSystem