Releases: azixMcAze/Unity-ExecutionOrder
Releases · azixMcAze/Unity-ExecutionOrder
v0.2
Added support for the [ExecuteBefore]
attribute.
Added support for orderIncrease
and orderDecrease
attribute parameters.
Added error messages.
Created Scripts and Example folders
v0.1
Initial version of Unity-ExecutionOrder
Supports the [ExecutionOrder(int order)]
and [ExecuteAfter(Type type)]
attributes.