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 ?
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 ?
There is a random seed in the debug inspector.
In future versions this value is exposed to script as well.
Thanks for your reply.
I was writing back a reply to ask you “What is ‘debug inspector’ ??? Never heard about that”…
Fortunately, I asked to google and found that link :
http://unity3d.com/support/documentation/Manual/Inspector%20Options.html
This is very useful, especially the ‘Lock’ option.
Thanks again.