using UnityEngine; public class filename : MonoBehaviour { void Start() { Debug.Log("hello world"); } void Update() { } }