Reputation: 35
I have seen many people using 2D circles in unity's particle system but I cant find out how.
Thanks in advance!
Upvotes: 1
Views: 2182
Reputation: 2586
in the renderer module you determine what the particles will look like. in the shape module you determine the shape of the emitter and you can select circle.
edit by changing material under 'Renderer' in render mode 'Billboard' you can change whats being rendered
Upvotes: 2
Reputation: 76
If you mean the shape, you should be able to select the cone and rotate it so it faces the camera. It will look like a circle
Upvotes: 0