How can i make my camera follow all characters in the sameposition??
I making a ball game, i sucessfully made characters change by giving input while playing.But how can i make my camera follow same for all characters. When i switch to other characters the camera not following it.
Answer by peacemakers1980 · May 21, 2021 at 04:55 PM
The easiest way to "follow" is to attach the camera to the player or object that is moving around. In your GameObject that holds the player/scripts that are moving around with input, attach the Main Camera to that object so the camera isnt a seperate object, this makes it a Child object A Child follows the Parent, so if the Player object moves to the right, the camera will follow.
Your answer
Follow this Question
Related Questions
3rd person camera for Roll a Ball 1 Answer
Camera following on Green and Red Axis 0 Answers
Camera Collision Problem 0 Answers
How do I stop camera movement from going out of frame while using lerp 0 Answers
Camera does not follow player properly 0 Answers