Cloning particle systems broken in 4.2?

Example that worked in 4.1 but not 4.2:

The particle system is cloned, but certain properties are not carried over to the clone, like manualEmitCount and disposeOnStop. There are probably others but these are the two that caused me problems when upgrading from 4.1 to 4.2.

My workaround is just to manually set these fields after the clone.

Will be fixed in the next nightly

2 Likes

That’s awesome! If only people at my “real job” responded to bugs this quickly. :slight_smile:

1 Like

Can verify this is fixed in the latest nightly build. Woo!