Skip to content
This repository has been archived by the owner on Feb 17, 2020. It is now read-only.

Thundernerd/Unity3D-ExecutionOrderAttribute

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
 
 

Unity3D-ExecutionOrderAttribute

An attribute that sets a script's execution order

  • Works on MonoBehaviours and ScriptableObjects
  • No need to open the Script Execution Order settings menu

Code

Testers

All you need to do is add the [ExecutionOrder(...)] line on top of your class and you are good to go.

Result

Result

Every time your code gets recompiled the attributes get checked and updated in the Script Execution Order list.

About

An attribute that sets a script's execution order

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages