Table of Contents
Component to make this transform continuously match the anchored position of another transform
public class MatchAnchoredPosition
Inheritance UnityEngine.MonoBehaviour MatchAnchoredPosition
Offset from the transform to stay
public Vector2 offset;
Scale for the original anchored position
public Vector2 scale;
Other transform to constantly copy the anchored position from
public RectTransform transformToCopy;