Bevy version
0.3 (commit fae6287)
Operating system & version
Fedora 31
What you did
Spawn a child entity during or after POST_UPDATE stage
You should only use the spawn function and then manually add the parent ...
What you expected to happen
The entity GlobalTransform should reflect it's parent movement
What actually happened
The entity was sitting still in the origin (0, 0, 0) while it's parent was moving around
Additional information