Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

entity order #11

Open
owmo-dev opened this issue Jun 22, 2024 · 0 comments
Open

entity order #11

owmo-dev opened this issue Jun 22, 2024 · 0 comments

Comments

@owmo-dev
Copy link
Member

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant