Search Unity

Feedback Daisychain Inheritance of Output attributes

Discussion in 'Visual Effect Graph' started by Livealot, May 20, 2021.

  1. Livealot

    Livealot

    Joined:
    Sep 2, 2013
    Posts:
    228
    When daisy-chaining systems, like Trigger on Die, you generally want the new particle to pick up where the old particle left off.

    This works great when you're inheriting attributes from the particle, which changes over time in the Update Block.

    But there are a lot of systems where it's easier to work with the Output attributes over time (size, color).

    It would be nice to somehow inherit those values via the trigger as well.
     
  2. JJRivers

    JJRivers

    Joined:
    Oct 16, 2018
    Posts:
    137
    Cant you set a custom attribute and update its value in Update? Then inherit that custom attribute in the next effect.