Search Unity

Question How can I pass particals' position from one to another?(in the same graph)

Discussion in 'Visual Effect Graph' started by Vegetax, Apr 22, 2021.

  1. Vegetax

    Vegetax

    Joined:
    Mar 8, 2021
    Posts:
    1
    How can I pass particals' position from one system to another system?(in the same graph)
    PLZ PLZ PLZ
    I want one system's partical dead, and another system's particle spawn in their position.
     
  2. VladVNeykov

    VladVNeykov

    Unity Technologies

    Joined:
    Sep 16, 2016
    Posts:
    550
    Hey @Vegetax ,

    You'd want to use Trigger Events / GPU events, this forum thread can give you a bit more info.
    If you don't see the blocks shown there, go to Preferences > Visual Effect and enable Experimental Operators/Block.

    Hope this helps!