Elemento UI de posición de la unidad

// To get or set the position of a UI element, see below:
GameObject.GetComponent<RectTransform>().anchoredPosition;
SkelliBoi