In my 2D game, when my character touches an object, I want a coin to jump out of the object.
I made a texture sheet for my animation and used it in a particle system but even when most settings are disabled, my particle system looks bad and very different from my sprite sheet.
For the coin jumping out, do you think it makes more sense to make an animation with the Unity animation tool rather then the particle system?
Thanks in advance