fix: compile error in 2018.2
parent
af5f7e90b0
commit
82f81efd7e
|
@ -211,9 +211,11 @@ namespace Coffee.UIExtensions
|
||||||
Profiler.EndSample();
|
Profiler.EndSample();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if UNITY_2018_3_OR_NEWER
|
||||||
// #102: Do not bake particle system to mesh when the alpha is zero.
|
// #102: Do not bake particle system to mesh when the alpha is zero.
|
||||||
if (Mathf.Approximately(particle.canvasRenderer.GetInheritedAlpha(), 0))
|
if (Mathf.Approximately(particle.canvasRenderer.GetInheritedAlpha(), 0))
|
||||||
continue;
|
continue;
|
||||||
|
#endif
|
||||||
|
|
||||||
// Bake main particles.
|
// Bake main particles.
|
||||||
var r = currentPs.GetComponent<ParticleSystemRenderer>();
|
var r = currentPs.GetComponent<ParticleSystemRenderer>();
|
||||||
|
|
Loading…
Reference in New Issue