You've already forked ParticleEffectForUGUI
mirror of
https://github.com/mob-sakai/ParticleEffectForUGUI.git
synced 2026-05-14 20:20:06 +00:00
fix: compile error in 2018.2
This commit is contained in:
@@ -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>();
|
||||||
|
|||||||
Reference in New Issue
Block a user