diff --git a/Runtime/ModifiedMaterial.cs b/Runtime/ModifiedMaterial.cs index bb65a29..fe3d53b 100644 --- a/Runtime/ModifiedMaterial.cs +++ b/Runtime/ModifiedMaterial.cs @@ -29,7 +29,7 @@ namespace Coffee.UIParticleExtensions { name = $"{baseMat.name}_{id}", hideFlags = HideFlags.DontSave | HideFlags.NotEditable, - mainTexture = texture ? texture : null + mainTexture = texture ? texture : baseMat.mainTexture } }; s_Entries.Add(e);