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

Explicit system execution priority #361

Closed
Tracked by #369
menduz opened this issue Jul 4, 2022 · 1 comment
Closed
Tracked by #369

Explicit system execution priority #361

menduz opened this issue Jul 4, 2022 · 1 comment
Assignees
Labels
sdk7-blocker Blocks the GA release of SDK7

Comments

@menduz
Copy link
Member

menduz commented Jul 4, 2022

ECS 6 allows to set the numerical priority of a system in the engine.addSystem(system: ISystem, priority?: number) function.

That behavior should be present in the new ECS7. Also removing systems should be possible by passing the reference to the system or setting a system name addSystem(system, priority, name).

The later will be useful for debugging tools and to profile systems.

@menduz menduz added the sdk7-blocker Blocks the GA release of SDK7 label Jul 4, 2022
@menduz menduz added this to the ECS 7.0.0 - Feature parity milestone Jul 4, 2022
@menduz
Copy link
Member Author

menduz commented Aug 17, 2022

Closed by decentraland/js-sdk-toolchain#184

@menduz menduz closed this as completed Aug 17, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
sdk7-blocker Blocks the GA release of SDK7
Projects
Status: Done
Development

No branches or pull requests

2 participants