❔Does this system support multiplayer (replication)?

No, this system does not include multiplayer replication. It is designed for single-player use, but it can be extended if you wish to implement replication yourself.

❔Does this system includes buoyancy physics?

No, the character does not use buoyancy physics. There is currently a function to align the character to the water surface so you could modify it to add buoyancy.

❔Is strafe swimming supported?

No, strafe swimming is not included by design. The system is designed around forward-based movement with natural/smooth rotation.

❔Can I use my own animations?

Yes. The system is fully compatible with custom animations, as long as they match the expected setup (in-place animations and correct skeleton).

❔Are the included animations root motion?

All animations are in-place, with the exception of the dive animation.