You've already forked ParticleEffectForUGUI
mirror of
https://github.com/mob-sakai/ParticleEffectForUGUI.git
synced 2026-05-14 20:20:06 +00:00
fix: fix material for mesh sharing group
This commit is contained in:
@@ -444,7 +444,7 @@ namespace Coffee.UIExtensions
|
|||||||
// Update animatable material properties.
|
// Update animatable material properties.
|
||||||
Profiler.BeginSample("[UIParticleRenderer] Update Animatable Material Properties");
|
Profiler.BeginSample("[UIParticleRenderer] Update Animatable Material Properties");
|
||||||
UpdateMaterialProperties();
|
UpdateMaterialProperties();
|
||||||
if (!_parent.useMeshSharing)
|
if (_parent.useMeshSharing)
|
||||||
{
|
{
|
||||||
if (!_currentMaterialForRendering)
|
if (!_currentMaterialForRendering)
|
||||||
{
|
{
|
||||||
|
|||||||
Reference in New Issue
Block a user