Question by
Commander-Rabbit · Dec 22, 2016 at 06:17 PM ·
magic
How do you make a particle stay in one place?
So I'm trying to make an fire ball type thingy and I found an animation but I cant use it because the animation doesn't follow the transform position which is why I need to make it stay still.
Comment
Here's the problem, you're gonna have to make your own animation to get it to do what you want or you're gonna have to code the 'fire ball' to move a specific path at specific speeds that will probably vary, as it would, and that could be very difficult. Creating your own animation would be better though. If you're wondering why I say this, is because if that animation doesn't follow your transform's position, then you aren't going to be able to use it.