Skip to content

entity order #11

@owmo-dev

Description

@owmo-dev

Be able to specify an order value when registering entities. It should be similar to Unity's Script Execution Order, except instead of being related to scripts across entities, this will be for the order the entity itself must be executed.

https://docs.unity3d.com/Manual/class-MonoManager.html

All non-specified entities should be executed AFTER the ordered entities. The execution order should go from the highest value to the smallest value (let's say 1000 to 0). It should not accept negative values as that's just silly, and you can assume the default is (-1). It should be up to the user to decide what numbers they want to use.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions