- Home /
2D Particle System but using Frame by Frame Animation?
Hi! My goal is to get dust/land/pop effects that works as Particle System, BUT with the diference of using animations drawed frame by frame instead of sprite sheets.
This problem can be solved easily adding multiple objects that reproduce the animations when i need it (Using their sprite renderer), but after check how Unity Particle System works i noticed that are many ways more clean and efficient to make this.
The big problem with this, is that Unity Particle System only works with sprite sheets moving and changing their color, not for using it with already done animation, like .anim archives (At least is what i know, after checking a bunch of forums)
So... this is posible? Even if it's not using Unity Particle System, there is a way to get multiple sprite renderers that reproduces multiple animations at the moment and the position that i need as the same way that Unity Particle System does? Thank You!
Your answer
Follow this Question
Related Questions
animation sprite scales 0 Answers
What is the best method to display different pictures? 0 Answers
How to make not smooth animation? 0 Answers
Change sprite in a sprite renderer with an animation 0 Answers
Animator - Stoping && Playing from Specific frames. 5 Answers