I have a lot of IConvertGameObjectToEntityMonoBehaviour’s in my code and they are often order dependent. Could you add a custom attribute so that we could control the order that these conversion monobehaviours are called?
Ideally, we’d just use UpdateBefore and UpdateAfter like we do with systems.