Impossible to make realisticly moving flame (/w Particles)?!

Hi guys,

I’m at a certain phase in my project, where i don’t have to create content anymore,
but to improve what’s there in terms of visual immersion.

What i mean particulary by that is for example:

I have a ParticleSystem that simulates a flame. Looks good.

When the character moves with that flame, i want the flame to bend realisticly with the current direction/velocity.

I haven’t been able to get that part right, when i set “Inherit Velocity” to anything other than 0, and “Simulation Space” to “World” the particles just stay where they were emitted and fade away there. Just like a trail.

If I set “Simulation Space” to Local of course there is no effect by moving.
I tried so many things in the settings of the particle system.
It always ends up as a trail.

I checked various posts about that very same problem but none of them seem to lead to any solutions, just some links to pages or videos where other people show other people’s work.

But I can’t find instructions or ideas how to solve that problem.

Once again, what i want to achieve:

Having the particle-flow of a particle system bend with movement of its base.

Like the flame of a candle.

Thanks.

I’m sorry, but itsharshdeep, your comment was useless. Of course I used the stock Particle System. If you don’t have specific instructions, other than “I tried that & get the wanted results” please don’t post here.

incorrect, could you show/tell me the other settings, because that doesn’t help me at all. Like i said, i tried so many different settings.

If I set it to World and 0.5, the particles are spewing into the current movement direction rather quickly.

Here is a link to a video of the problem:

Here is the setup:

I have a Player Character that has a lighsource attached to its Camera. The particle system is a child object of that light.

When the player moves or tha camera rotates, or both, the particle system moves of course, but the results are horrible.

I don’t see the problem that would cause but I guess it has something to do with parenting, since both of you mean it is possible.

Since nobody seems to know how this can be solved:

I managed to get the desired effect by scaling the particle system down to 0.001 on every axis and using
Inherit Velocity: .75

When moving faster, the particles that are near the end of their lifetime flicker randomly and sometimes appear to be “mirror-ed” along a certain world axis.

Overall, it is about 50% working considering what i want it to be.