Ejemplo n.º 1
0
        protected override void OnStart()
        {
            var grid = CachedGameObj.AddComponent <GridLayoutGroup>();

            grid.childAlignment = TextAnchor.MiddleCenter;
            base.OnStart();
        }