bevy_xpbd
bevy_xpbd copied to clipboard
No error if entity has transform but not global transform.
trafficstars
I created a physics entity and simply forgot to use transform bundle instead of transform. Position and Transform do not sync. It took me almost an hour to work out I had just forgotten that global transform. Perhaps a warning would be appreciated?