A collection of attributes to control the execution order of your scripts in Unity from your source code.
Add one of these attributes to your scripts to either:
- Sets its execution order to a specific value.
- Execute after another script
- Execute before another script