UnityにはUpdateやStartのように呼び出しを記述しなくても実行されるMonoBehaviourクラスというものがあります。 Unityの核とも言える部分ですが、慣れないうえに数も多いので自分なりにまとめようと思います。 基本的には訳しただけです。 公式のリファレンスはコチラ Unity Script Reference – MonoBehaviour Functions Invoke InvokeRepeating CancelInvoke IsInvoking StartCoroutine StopCoroutine StopAllCoroutines Overridable Functions Update LateUpdate FixedUpdate Awake Start Reset OnMouseEnter OnMouseOver OnMouseExit OnMous