I have a problem. I do not want to drag a game object onto a camera so it is followed by the camera. I want to use script for camera and follow the game object by camera but with slower speed. It is actualy for 2D background scrolling. The camera follows my player so it is not moving always.
the easiest thing would be to translate the camera with a script using a certain speed and a box collider with the player to stop moving if OnTriggerEnter .