How to make a Little Big Planet Style Camera

I have been trying to make a LBP style camera for a painting mini game where you enter a painting and playthrough it. I have had problems with getting a side on camera that focuses and moves with the player as they move. Any help would be greatly appreciated.

Or you could simply make the camera a child of the player object.

Problem solved thanks anyway. Used transform.position = target.position + Vector3(0, 0, 15);