using UnityEngine; public class ExampleScriptName : MonoBehaviour { void Start () { } void Update () { } }
Was this helpful?