Skip to content

Releases: azixMcAze/Unity-ExecutionOrder

v0.2

22 Oct 13:50
Compare
Choose a tag to compare

Added support for the [ExecuteBefore] attribute.
Added support for orderIncrease and orderDecrease attribute parameters.
Added error messages.
Created Scripts and Example folders

v0.1

21 Oct 19:29
Compare
Choose a tag to compare

Initial version of Unity-ExecutionOrder

Supports the [ExecutionOrder(int order)] and [ExecuteAfter(Type type)] attributes.