Fundamentals Program/Unity API/MonoBehaviour Update Topic 10 of 12 in Unity API The Update method is a Unity lifecycle method that is called once per frame. It's the most commonly used method for handling input, game logic, and real-time updates in Unity games. More in Unity APIComponentsGetComponent<>()Serialized FieldInspectorDebuggingdebug.logMonoBehaviourAwakeStartUpdateOnEnableFixedUpdate PreviousStart NextOnEnable All 48 topics in the Fundamentals Program