Reputation: 67
I am looking for a solution to the following problem: I have a player and a level that moves horizontally. If the player lands on a platform, the platform moves, but the player stays on his position and does not move with it.
Do you know a way to get around this and have the player move with the platform?
Upvotes: 1
Views: 67
Reputation: 150
Hayo, the simplest solution would be to make the player a child object of whatever object he is standing on, this way any movement of the platform would also be applied to the player.
Upvotes: 2