+EA 23.277 Nightly Patch 1 - Plugin.UI
February 25, 2026
1 file modified.
Important Changes
None.
UIText
public class UIText : Text, IUISkin
cs
public float orgSpacing;
[NonSerialized]
public int orgSize;
[NonSerialized]
public Color orgColor = Color.white;
protected override void Awake()
{
orgSize = size;
ApplySkin();
base.Awake();
}