fix: lost Material.mainTexture when using AnimatableProperties

close #311
asset_update_system
mob-sakai 2024-05-22 16:06:30 +09:00
parent c37c014864
commit ea043524c0
1 changed files with 1 additions and 1 deletions

View File

@ -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);