Does not work the "Water Volume"

Does not work the “Water Volume”. Help me please!

The water volume certainly does work, I am using them in my own project right now without issue. You need to make sure that “Can Swim” is true on your Character Movement component. Also set your buoyancy to a value greater than 0. You will also need some custom logic to allow your character to swim up and down, otherwise you will just be floating in the water without actually able to swim normally.

Thank you!