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.