using System.Collections; using System.Collections.Generic; using UnityEngine; public class FreeCameraData : MonoBehaviour { public Transform model; public Vector3 targetRot =new Vector3(15, 200, 0); public float targetDistance = 20; }