- Home /
This question was
closed Apr 28, 2014 at 11:16 PM by
getyour411 for the following reason:
Duplicate Question
camera move upward script?
Hi,
looking for a camera script. It is a 2d game side to side movement. I want to know how to write a script on how to move my camera upward constant and my player and some of the background follow with the camera?
Comment
Your question asks for several things all of which are already covered; if you have read, research and tried implementing something and have a specific question, please ask in a new thread.
Camera.main.transform.position.y += speed * time.deltaTime;
Follow this Question
Related Questions
Mouse orbit + Smooth follow script question 0 Answers
camera follow - no rotation 0 Answers
Control camera target from another scripts 1 Answer
How to lerp between cameras on a UI button click? 2 Answers
Why is my camera switching angles? 0 Answers