Did anyone have problem with a map created with blockout tools in multiplayer?
For me, sometimes simulated characters “float”, they get stuck in “falling” state.
After some investigation, it seems like the ReplicatedBasedMovement is sending the component it is standing on over network, and it never arrives, because it’s not net addressable. While the character is moving on this, SimulatedTick never gets called, and that causes problems.