Merged in nrvllrgrs/unity-ui-extensions/fixRadialSlider (pull request #66)
Fix to allow radial slider to start from positions other than leftpull/413/head
commit
079fbe952f
|
@ -112,7 +112,6 @@ namespace UnityEngine.UI.Extensions
|
|||
m_image = GetComponent<Image>();
|
||||
m_image.type = Image.Type.Filled;
|
||||
m_image.fillMethod = Image.FillMethod.Radial360;
|
||||
m_image.fillOrigin = 3;
|
||||
m_image.fillAmount = 0;
|
||||
}
|
||||
return m_image;
|
||||
|
|
Loading…
Reference in New Issue