
When you're playing your game, you may notice that the camera follows the player and is always centered on the player unless you've reached the edge or corner of the map.
Sometimes, you may want to focus the camera on a different object, or an arbitrary position on the map. For cut-scenes where the player is not involved, for example, you would typically have to set the player's graphic to transparent and then move the player to the cut-scene's location. After the cut-scene is over, you would then move the player back to where they were.
This is not a difficult task, but it is not really something that you have to do just to look at somewhere else on the map. One solution that would make your cut-scenes and overall eventing experience so much easier is the ability to control the game camera using the Camera Target script.
Read the rest at Hime Works!