You've already forked ParticleEffectForUGUI
mirror of
https://github.com/mob-sakai/ParticleEffectForUGUI.git
synced 2026-05-14 20:20:06 +00:00
3.0.0-preview.30
# [3.0.0-preview.30](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v3.0.0-preview.29...v3.0.0-preview.30) (2020-09-02) ### Bug Fixes * ignore missing object on initialize ([8bd9b62](8bd9b621b9)) ### Features * add API to bind ParticleSystem object ([a77bbd3](a77bbd3a9a))
This commit is contained in:
@@ -40,6 +40,7 @@ namespace Coffee.UIExtensions
|
||||
|
||||
private static void Refresh()
|
||||
{
|
||||
Profiler.BeginSample("[UIParticle] Refresh");
|
||||
for (var i = 0; i < s_ActiveParticles.Count; i++)
|
||||
{
|
||||
try
|
||||
@@ -51,6 +52,7 @@ namespace Coffee.UIExtensions
|
||||
Debug.LogException(e);
|
||||
}
|
||||
}
|
||||
Profiler.EndSample();
|
||||
}
|
||||
|
||||
private static void Refresh(UIParticle particle)
|
||||
|
||||
Reference in New Issue
Block a user