parent
e67e9482e2
commit
b308b26833
|
@ -520,6 +520,8 @@ namespace Coffee.UIExtensions
|
||||||
_prewarm = false;
|
_prewarm = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// (COMMENT OUT) #231: Sub Emitters option is not work in editor playing
|
||||||
|
/*
|
||||||
// Emitted particles found.
|
// Emitted particles found.
|
||||||
if (_prevParticleCount != _particleSystem.particleCount)
|
if (_prevParticleCount != _particleSystem.particleCount)
|
||||||
{
|
{
|
||||||
|
@ -535,6 +537,7 @@ namespace Coffee.UIExtensions
|
||||||
|
|
||||||
_particleSystem.SetParticles(particles, size);
|
_particleSystem.SetParticles(particles, size);
|
||||||
}
|
}
|
||||||
|
*/
|
||||||
|
|
||||||
// get world position.
|
// get world position.
|
||||||
var psTransform = _particleSystem.transform;
|
var psTransform = _particleSystem.transform;
|
||||||
|
|
Loading…
Reference in New Issue