using UnityEngine; public class test : MonoBehaviour { // Start is called once before the first execution of Update after the MonoBehaviour is created void Start() { Debug.Log("¾È³çÇϼ¼¿ä~"); } // Update is called once per frame void Update() { } }