using UnityEngine; public class PlayerCamera : MonoBehaviour{ void Start(){ } // Update is called once per frame void LateUpdate(){ } }