using UnityEngine; public class Point : MonoBehaviour { private void Start() { } private void Update() { } }