I have a particle system attached to an actor that initially starts off out of view from the camera. The particle system starts off with no visibility.
The actor then moves into camera view and the particle system will toggle between visible and not visible throughout the game.
The issue is that the particle system will only become visible if the camera looks back at the actor’s original starting position. When the camera looks back, it can see the particle system visible at the old location then after a frame or two it updates to the new location.
So if the camera never looks at the actor’s original starting position, the particles never appear and are ‘stuck’ in the actor’s initial position off camera.The only way for the particles to appear attached to the actor is if the camera looks back to the original position when the particles are set to visible.
Any ideas what is going on here?