how to access path position variable in unity code example
Example: how to access path position variable in unity
public CinemachineVirtualCamera currentCamera;
var dolly = currentCamera.GetCinemachineComponent<CinemachineTrackedDolly>();
dolly.m_PathPosition = bla;