destroy actor but leave particles
my actor spawns particles when hit but i have a destroy actor so non of the particles show up unless i remove the destroy actor, anyway of destroying that actor but leaving particles.
thanks
paul
thanks
paul
Comments
OR if it doesn't mess your game play .. change the Alpha of your main actor to zero on hit and set the destroy in a timer so the particles have time to play out.
This is the best way. No spawning or destroying.....saves a TON on game performance.
If I'm understanding you correctly, you need to spawn an invisible actor from the star, when the star gets destroyed. And in that invisible actor, have the particles emit from there, and add a timer that says after a second or two, destroy that invisible actor...Or move it off screen for recycling.
And if you do need another actor to spawn it, you can change the actor size in the inspector window on the left. Just double click the actor you need to change size on, and in the attributes pane you can change the size, etc.
I Hope that's what you meant.