-
Notifications
You must be signed in to change notification settings - Fork 15
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
use CommandBuffer.SetComponent then crash in Playback #31
Comments
Hi @vkensou I can reproduce this issue. |
Decided to make The idea for Reasons:
See: #31 |
Fixed in 3.0.0-preview.14 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I use CommandBuffer in QuerySystem.Update
Then crash when Playback
the source file:
entityChangesIndexes is empty.
Seems entityChangesIndexes is only used in ExecuteTagCommands and UpdateComponentTypes. If I juse UpdateComponent, it always empty.
The text was updated successfully, but these errors were encountered: