Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

Had same bug happen to me, the player still follows the boat because it is attached to it as a child object, basically what it means is that player has it's own coordinates and boat is zero in them, so player copies movements of boat and can add it's own movements (basically boat speed is x and it is constant for player, and player speed is y, and they add up). Hope this clears it up.

Ohh I Get it!