fix: fix material for mesh sharing group
parent
c6b816c312
commit
6126af9f37
Scripts
|
@ -444,7 +444,7 @@ namespace Coffee.UIExtensions
|
|||
// Update animatable material properties.
|
||||
Profiler.BeginSample("[UIParticleRenderer] Update Animatable Material Properties");
|
||||
UpdateMaterialProperties();
|
||||
if (!_parent.useMeshSharing)
|
||||
if (_parent.useMeshSharing)
|
||||
{
|
||||
if (!_currentMaterialForRendering)
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue