Items like a barrel lack collision if they are standing in water and the player is swimming. This is not an issue if the player is not swimming (items do have normal collision then).
Description
Description
Details
Details
- Severity
- None
- Resolution
- Open
- Reproducibility
- Always
- Operating System
- Windows 10 x64
- Category
- General
Steps To Reproduce
- Place an item that normally has collision with the player (e.g. a barrel) in water (easiest way to accomplish this is to take the item to hands, then going into water and dropping it).
- Walk towards the item. Item will block the space it occupies and player cannot go through it.
- Go into deeper water and start swimming. Swim towards the item. Player will go right through the item while swimming.
Additional Information
You may have to use an admin tool in the barrel example to raise its position after dropping to ensure player collision (as long as the top half of the barrel is above the water line it should be fine).