From 68b0445b28237e48d7a656ae62f8bc412baccc31 Mon Sep 17 00:00:00 2001 From: Simon Jackson Date: Fri, 11 Aug 2017 15:53:23 +0100 Subject: [PATCH] Fixing attributions on update UIParticleSystem. missed when the update didn't take the first time. Script remains the same. (docs updated) --- Scripts/Effects/UIParticleSystem.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/Effects/UIParticleSystem.cs b/Scripts/Effects/UIParticleSystem.cs index 8bf9e96..1f5c391 100644 --- a/Scripts/Effects/UIParticleSystem.cs +++ b/Scripts/Effects/UIParticleSystem.cs @@ -1,6 +1,6 @@ -/// Credit glennpow +/// Credit glennpow, Zarlang /// Sourced from - http://forum.unity3d.com/threads/free-script-particle-systems-in-ui-screen-space-overlay.406862/ -/// *Note - experimental. Currently renders in scene view and not game view. +/// Updated by Zarlang with a more robust implementation, including TextureSheet annimation support namespace UnityEngine.UI.Extensions {