mirror of
https://github.com/bevyengine/bevy
synced 2024-11-10 15:14:50 +00:00
7570c9f3d2
# Objective - Fix #10958 by performing entity mapping on the entities inside of resources. ## Solution - Resources can reflect(MapEntitiesResource) and impl MapEntities to get access to the mapper during the world insert of the scene. ## Testing - A test resource_entity_map_maps_entities confirms the desired behavior. ## Changelog - Added reflect(MapEntitiesResource) for mapping entities on Resources in a DynamicScene. fixes 10958 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml | ||
README.md |