Open janhohenheim opened 4 months ago
See my crate avian_interpolation
for a suggestion for how to handle this. It's not fit for being directly upstreamed as it completely removes the transform sync, which would be a much more controversial change, but it should be a good starting point. Another option is to just use bevy_transform_interpolation
and accept the fact that it necessarily stores redundant data.
GlobalTransform
is currently not updated betweenFixedUpdate
calls: https://github.com/bevyengine/bevy/issues/7836