Legacy Documentation: Version 2017.2 (Go to current version)
Graphics Settings
Tags and Layers
Other Versions

Script Execution Order Settings

By default, the following scripting functions are called in the order the scripts are loaded, which is:

  1. OnEnable
  2. Awake
  3. Update

However, you can modify this order using the Script Execution Order settings (menu: Edit > Project Settings > Script Execution Order).

Scripts can be added to the inspector using the Plus “+” button and dragged to change their relative order. Note that it is possible to drag a script either above or below the Default Time bar; those above will execute ahead of the default time while those below will execute after. The ordering of scripts in the dialog from top to bottom determines their execution order. All scripts not in the dialog execute in the default time slot in arbitrary order.

The numbers shown for each script are the values the scripts are actually ordered by. When a script is dragged to a new position, the number for the script is automatically changed accordingly. When a number is changed, either manually or automatically, it changes the meta file for that script. For this reason it’s best if as few of the numbers as possible change when the order is changed. This is why, when possible, only the script that is dragged has its number changed, rather than assigning new numbers to all the scripts.

对文档有任何疑问,请移步至开发者社区提问,我们将尽快为您解答