Hi!
I am using NGUI3.6.7.
It is not much of an exaggeration, but the title, Bar of Foreground is displayed UIProgress.value despite zero.
I'm used in HitPoint gauge, but I'm having problems gauge is not empty.
Version was forgotten, but they did not appear in earlier versions.
And are used by rewriting as follows code as the current deal.
UIProgress.ForceUpdate(Line333)
----------------------------------------------------------------------
[NGUI3.6.7]
UIBasicSprite sprite = mFG as UIBasicSprite;
if (isHorizontal)
----------------------------------------------------------------------
[Rewrite]
UIBasicSprite sprite = mFG as UIBasicSprite;
if (this.value > 0.001f)
mFG.enabled = true;
else
mFG.enabled = false;
if (isHorizontal)
----------------------------------------------------------------------
This specification or will return to the original in the future?