I have an object that is reached by raycast and use
cObj.transform.position = Vector3.MoveTowards(cObj.transform.position,main.transform.position, step);
for the object to go against the camera.
How do I get him back to his starting position? I have a button that when focusing the image back from where it came.