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