Imagine you have a paper sheet, and you press a finger on it and move it around. The finger stays on the same spot on the paper, while the paper itself moves. How can I achieve this effect? Can I move the camera instead of the whole world in the game?
Thanks!
How would you move the whole world? Do you mean move all your objects except the camera?
You can most certainly change the camera position just like anything else: just get the Camera object and use transform.position, also, if you want to manipulate it, give it a speed and all that, then you could child it to a rigidbody and manipulate that one by script.