I'm stuck with 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 photo below)
here is the line code of camera position
// camera position moves towards target position:
transform.position = Vector3.Lerp(transform.position, m_Target.position, deltaTime*m_MoveSpeed);