3.0.0-preview.32

# [3.0.0-preview.32](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v3.0.0-preview.31...v3.0.0-preview.32) (2020-09-14)

### Bug Fixes

* animatable properties not working ([5b8b0bd](5b8b0bd28b)), closes [#95](https://github.com/mob-sakai/ParticleEffectForUGUI/issues/95)
This commit is contained in:
semantic-release-bot
2020-09-14 09:29:16 +00:00
parent 6f3f4803da
commit 64787261df
5 changed files with 38 additions and 3 deletions

View File

@@ -79,7 +79,7 @@ namespace Coffee.UIExtensions
Profiler.EndSample();
Profiler.BeginSample("[UIParticle] Update Animatable Material Properties");
// UpdateAnimatableMaterialProperties(particle);
particle.UpdateMaterialProperties();
Profiler.EndSample();
}