Nuutti Kotivuori

Results 12 issues of Nuutti Kotivuori

# Objective - Currently adding observers spawns an entity which implicitly flushes the command queue, which can cause undefined behaviour if the `WorldEntityMut` is used after this - The reason...

C-Bug
A-ECS
M-Needs-Migration-Guide
S-Needs-Review

## Bevy version 0.15.0-rc.3 (exists before as well) ## What you did When adding a component, the order of hooks and observers are: - on_add hook - on_add observers -...

C-Bug
A-ECS
X-Blessed