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.12
# [3.0.0-preview.12](https://github.com/mob-sakai/ParticleEffectForUGUI/compare/v3.0.0-preview.11...v3.0.0-preview.12) (2020-08-11)
### Bug Fixes
* Profiler.BeginSample -> Profiler.EndSample if a canvas is disabled or a camera doesn't found ([4a0a5d1](4a0a5d13be))
This commit is contained in:
@@ -461,6 +461,7 @@ namespace Coffee.UIExtensions
|
||||
|
||||
if (!cam)
|
||||
{
|
||||
Profiler.EndSample();
|
||||
return;
|
||||
}
|
||||
if (m_IsTrail)
|
||||
|
||||
Reference in New Issue
Block a user