This version of Unity is unsupported.

EditorApplication.update

public static EditorApplication.CallbackFunction update;

Description

Delegate for generic updates.

Add your functions to this delegate to get an update.

This delegate is not called at a fixed rate. Rather, it is called at least once, but usually multiple times per seconds.

See Also: CallbackFunction.