Could I change the execution order of systems at runtime? #115
Unanswered
carloslab-ai
asked this question in
Q&A
Replies: 1 comment
-
as you know Svelto doesn't have any ticking system nor takes any responsibility on execution order. In few words you create your own custom engines group and do whatever logic you prefer for the ticking. all that said, needing to change execution order MAY be a design mistake. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi everyone,
I've encountered some cases in which I needed to change the running order of systems at runtime.
Although I can solve my problems by adding something like a DecisionMakingSystem to determine which system will be run next.
But I think it would be better if I could change the running order of the systems.
Therefore, I have two questions that I want to ask you guys:
If yes, what solution did you use to solve the problem?
Beta Was this translation helpful? Give feedback.
All reactions