You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I cannot reproduce this error so I will share my project here.
I was changing irrelevant parts of my project when this error came into existance.
Edit: I deleted and closed the issue cause the error was from my misuse of Entity and the misunderstanfing of archetype ecs.
The text was updated successfully, but these errors were encountered:
Hey thanks for raising that issue. Can you paste some of the key parts of the code so that people can view what is going on without necessarily having to open stuff in their text editors?
Building with #383 seems to fix this or at least give a different error:
thread 'main' panicked at 'called Result::unwrap() on an Err value: NoSuchEntity'
which is caused by despawning the same entity twice, once that's fixed everything seems to work fine. (note that fixing the NoSuchEntity error and then trying to build without #383 still gives the old CannotWriteArchetype error)
I don't know what's causing the CannotWriteArchetype error so it's possible the PR is just making code work that shouldn't, although it's also possible that it just fixes the bug x)
edit: #383 is merged now so when building this on master the error should be gone :D
I cannot reproduce this error so I will share my project here.
I was changing irrelevant parts of my project when this error came into existance.
Edit: I deleted and closed the issue cause the error was from my misuse of Entity and the misunderstanfing of archetype ecs.
The text was updated successfully, but these errors were encountered: