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
On client we use exclusive system with resources removal to avoid issues with borrow checker. But after bevyengine/bevy#14561, we can use use EntityMut with resources without any issues.
The text was updated successfully, but these errors were encountered:
Shatur
changed the title
Replace exclusive syste for receiving with regular system in Bevy 0.15
Replace exclusive system for receiving with regular system in Bevy 0.15
Aug 15, 2024
On client we use exclusive system with resources removal to avoid issues with borrow checker. But after bevyengine/bevy#14561, we can use use
EntityMut
with resources without any issues.The text was updated successfully, but these errors were encountered: