Search Unity

Synchronize shuriken wiht random seed

Discussion in 'Scripting' started by Nems, Apr 18, 2012.

  1. Nems

    Nems

    Joined:
    Jul 18, 2011
    Posts:
    65
    Hi,

    I would to synchronize multiple particle system so they emit exactly the same particle (pos, color, speed...).

    I am thinking to set the same random seed on both PS, but I can not found how to do.

    Can you help me ?
     
    Last edited: Apr 23, 2012
  2. WBDN

    WBDN

    Joined:
    Dec 23, 2011
    Posts:
    109
    There is a random seed in the debug inspector.
    In future versions this value is exposed to script as well.
     
  3. Nems

    Nems

    Joined:
    Jul 18, 2011
    Posts:
    65