using System.Collections; using System.Collections.Generic; using UnityEngine; public class PathCameraTest : MonoBehaviour { public void Start() { Vector3 startPoint = this.gameObject.transform.position; } }