Unity Callbacks

MonoBehaviour class in UnityEngine / Inherits from: Behaviour Description MonoBehaviour is the base class every script derives from. Using Javascript every script automatically derives from MonoBehaviour. When using C# or Boo you have to explicitly derive from MonoBehaviour. Note: The checkbox for disabling a MonoBehavior (on the editor) will only prevent Start(), Awake(), Update(), FixedUpdate(), … Continue reading Unity Callbacks