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