- Home /
How to move camera so that the finger points to the same spot?
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!
Answer by killerstreak · Dec 28, 2015 at 04:20 PM
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.
Your answer
Follow this Question
Related Questions
Possible To Add Move Functions To Camera? 2 Answers
Mini cam/duplicate of main camera view 0 Answers
How to get the 2d Poisition (in camera) of the mesh vertices 3 Answers
Camera wrapping 0 Answers
Unpaused camera twitch 0 Answers