Ejemplo n.º 1
0
        private void OnEnable()
        {
            #if !UNITY_EDITOR
            _textMeshProUGUI.RegisterDirtyLayoutCallback(UpdateRectTransform);
            #endif

            UpdateRectTransform();
        }