-
-
Notifications
You must be signed in to change notification settings - Fork 3.6k
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
Map entities from a resource when written to the world. #13650
Map entities from a resource when written to the world. #13650
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Useful functionality, tightly scoped, with tests to validate that it works. Code quality is fine, you have my approval.
Like I said in the comment, I think we're out of luck for merging the two related types.
I've added the |
Thank you to everyone involved with the authoring or reviewing of this PR! This work is relatively important and needs release notes! Head over to bevyengine/bevy-website#1330 if you'd like to help out. |
Objective
ReflectMapEntities
on Resources #10958 by performing entity mapping on the entities inside of resources.Solution
Testing
Changelog
fixes 10958