Skip to content

Replace exclusive system for receiving with regular system in Bevy 0.15 #318

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

Closed
Shatur opened this issue Aug 6, 2024 · 1 comment
Closed
Labels
enhancement New feature or request

Comments

@Shatur
Copy link
Contributor

Shatur commented Aug 6, 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.

@Shatur Shatur added the enhancement New feature or request label Aug 6, 2024
@Shatur 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
@Shatur
Copy link
Contributor Author

Shatur commented Mar 9, 2025

Can't be done since we now provide world access inside writing functions.
It's necessary for rollback implementors.

@Shatur Shatur closed this as completed Mar 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant