Fixing attributions on update UIParticleSystem. missed when the update didn't take the first time.

Script remains the same. (docs updated)
pull/413/head
Simon Jackson 2017-08-11 15:53:23 +01:00
parent 2f4616982a
commit 68b0445b28
1 changed files with 2 additions and 2 deletions

View File

@ -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/ /// 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 namespace UnityEngine.UI.Extensions
{ {