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
will err during construction because RenderObjectData also has a Write<Entities>, but the error message is this:
thread 'main' panicked at 'called `Result::unwrap()` on an `Err` value: could not construct SceneSetupData
Caused by:
'Write::construct' requested missing resource "apecs::world::Entities" encountered while building request: the borrow is exclusive and the resource is missing
The text was updated successfully, but these errors were encountered:
schell
changed the title
Unhelpful error if a CanFetch struct contains two or more exclusive borrows of the same resource
Unhelpful error if a Edges struct contains two or more exclusive borrows of the same resource
Mar 26, 2024
For example:
will err during construction because
RenderObjectData
also has aWrite<Entities>
, but the error message is this:The text was updated successfully, but these errors were encountered: