Fixing attributions on update UIParticleSystem. missed when the update didn't take the first time.
Script remains the same. (docs updated)pull/413/head
parent
2f4616982a
commit
68b0445b28
|
@ -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
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue