Script set camera position at player position only at start, later I can’t even change it via transform in scene.
It because your script ALWAYS positioning according to your player position. That is the reason that your camera moves only when your player moves. So according to this if you want to change the position of the camera, you must disable the script first and then change the position of your camera. Disable your camera script from the inspector. @jaroslawchrobakkontakt