Table of Contents
Component to make this transform continuously match the 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 scale from
public RectTransform transformToCopy;