Hey Everyone, Pretty new here but glad to be a part of the community.
Question, I have a game with sprites that are all of the same prefab but the only difference is the actually image of the sprites. The issue is, when one of these objects are destroyed in my game I would like to show particles for each sprite being destroyed. Currently, I have the particles working but I would like to somehow make the particles match the color of the sprite it represents.
Does anyone know how I can do this when I create each sprite or maybe somehow detect the color of each sprite?
All of these sprites are being pooled using groups, if that makes a difference.
Thanks guys