Hi guys , i’m stuck in changing position of the MultipurposeCameraRig ( imported from unity packages )
!
here is the line in script of the camera position i want it up ( you can see the problem in the caption below ) :
// camera position moves towards target position:
transform.position = Vector3.Lerp(transform.position, m_Target.position, deltaTime*m_MoveSpeed);