- Home /
Emit particles from image/sprite
Hey guys :)
Can someone help with creating a particle system that emits particles from the visible parts of an image?
in this case i want to create pretty simple particles that comes out of the game logo.
a reference video to help you understand what i mean:
https://www.youtube.com/watch?v=gzEWgj1OSnQ&feature=youtu.be
thank you!
Comment
Best Answer
Answer by richardkettlewell · Jun 11, 2019 at 07:22 PM
In Unity 2017 or 2018 (sorry I forgot which) we added an option to the Particle System Shape Module to do exactly this. Simply select Sprite as the shape type. Or choose Rectangle and assign a texture to the texture property.
The details are on https://docs.unity3d.com/Manual/PartSysShapeModule.html