FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Thundernerd/Unity3D-ExecutionOrderAttribute: An attribute that sets a script's execution order · GitHub

This repository was archived by the owner on Feb 17, 2020. It is now read-only.

Latest commit

 

History

8 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

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

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

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

Stars

60 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages


Back | FazBrowse Home | New Git URL