Niagara - How to spawn particles evenly spaced in a sphere or other shapes

I don’t like how my particles are distributed randomly in a sphere. Is there a way to distribute them evenly spaced? (without one side having more particles than the other) Perhaps even creating an array of set locations?

There’s already a setting in the module for that

image

When I set the spawn rate to 10 for example the particles spawn at the same location, and if I set it to 500 they spawn at set points but lots of overlaps… Any way to fix that?
Screenshot_14

Found the answer

1 Like

You can make it do anything you like, as long as you can be bothered to write the location routine… :melting_face: