Search Unity

  1. Megacity Metro Demo now available. Download now.
    Dismiss Notice
  2. Unity support for visionOS is now available. Learn more in our blog post.
    Dismiss Notice

VFX Graph and spawning and destroying VFX objects.

Discussion in 'General Graphics' started by WizByteGames, Oct 7, 2019.

  1. WizByteGames

    WizByteGames

    Joined:
    Mar 28, 2013
    Posts:
    70
    I'm trying to figure how to handle when I have spawn a Visual Effect object and then remove it from the scene. I have a few questions about how the Visual Effect component works.

    1. When it is started is there a point where it ever ends.
    2. When it ends should it be removed from the scene or just call play on said effect when it is needed again.
    3. Do I need to have multiple instances in the scene for cases where I need to have the effect spawned multiple times in one frame?