using UnityEngine; public class Entry : MonoBehaviour { void Start() { Debug.Log("Entry Start"); } }