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