Common Issues
My floaters aren't floating!
Make sure your floater objects start outside of the water. Starting floaters inside the water requires additional setup.
Make sure your Floater
components on your object and the FloatVolume
are on layers that collide with each-other. They should both be set to the "Default" layer by default.
Make sure your FloatVolume
and your Floaters
have a collider with "Is Trigger" set to true.
Triggers on my objects are causing unwanted splashes!
On the AquafloatController
there is a "No Splash Layer" property.
If you want any colliders to not make a splash (like chair colliders on inner tubes), put those colliders on the selected layer.
My objects are spinning up the sides of water volumes!
This is the expected behavior because the Floater Points are continuously being pushed into and out of the float volume.
You can counteract this by adding FlowForces
around the edges of the open sided FloatVolumes
Last updated