-
Notifications
You must be signed in to change notification settings - Fork 293
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
Systems can create entities and components during update #6
Labels
enhancement
New feature or request
Comments
Original comment by Nate Koenig (Bitbucket: Nathan Koenig).
|
Original comment by Nate Koenig (Bitbucket: Nathan Koenig).
|
19 tasks
6 tasks
18 tasks
17 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Original report (archived issue) by Nate Koenig (Bitbucket: Nathan Koenig).
A System has the ability to create new entities and components during the System update phase. This behavior is inconsistent with entity and component removal, which happens after the System update phase.
The text was updated successfully, but these errors were encountered: