I have created a flame using the visual effect graph and at certain angles the flames disappear. This behavior is apparent in both editor and during play mode. Anyone with an idea why this is happening?
Ah! I figured it out. I fiddled around with some values of the first block in the Initialize group without knowing exactly what it did. It seems like the Bounds parameter determines when the visual effect is initiated.
Thanks for this - I had a similar issue in that I was setting the centre & bounds of my Position (AABox) node but not the first block. Doing both sorted it.