Search Unity

Get and set positions of particle system trails

Discussion in 'General Graphics' started by Magmaw, Mar 8, 2022.

  1. Magmaw

    Magmaw

    Joined:
    Aug 13, 2019
    Posts:
    7
    Hi,

    I'm using a floating world origin and I need to move particles with the origin. I'm using ParticleSystem.GetParticles and SetParticles to move the normal particles, but some systems use the trails module. Is there a way to get and set positions of trails?

    Thanks.
     
  2. richardkettlewell

    richardkettlewell

    Unity Technologies

    Joined:
    Sep 9, 2015
    Posts:
    2,285
    Sorry - there isn't. I'm not sure how you would do this for particle trails... :(
     
  3. Magmaw

    Magmaw

    Joined:
    Aug 13, 2019
    Posts:
    7
    Unfortunate, is there any chance of it coming in a future update?
     
  4. richardkettlewell

    richardkettlewell

    Unity Technologies

    Joined:
    Sep 9, 2015
    Posts:
    2,285
    We will add it to our road map, but most dev effort goes into the Visual Effect Graph these days. (not sure if that handles floating origins any better)