fix: lost Material.mainTexture when using AnimatableProperties

close #311
pull/334/head
mob-sakai 2024-05-22 16:06:30 +09:00
parent 4a940d8e31
commit d4ffadf599
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@ namespace Coffee.UIParticleExtensions
{ {
name = $"{baseMat.name}_{id}", name = $"{baseMat.name}_{id}",
hideFlags = HideFlags.DontSave | HideFlags.NotEditable, hideFlags = HideFlags.DontSave | HideFlags.NotEditable,
mainTexture = texture ? texture : null mainTexture = texture ? texture : baseMat.mainTexture
} }
}; };
s_Entries.Add(e); s_Entries.Add(e);